linux/Documentation/translations/zh_CN/process
наб 53c2bd6790 a.out: remove define-only CMAGIC, previously magic number
The last user was removed in 5.1 in
commit 08300f4402 ("a.out: remove core dumping support")
but this is part of the UAPI headers, so this may want to either wait
until a.out is removed entirely, or be removed from the magic number doc
and silently remain in the header

A cursory glance on DCS didn't show any user code actually using this
value

Found with
grep MAGIC Documentation/process/magic-number.rst | while read -r mag _;
do git grep -wF "$mag"  | grep -ve '^Documentation.*magic-number.rst:' \
-qe ':#define '"$mag" || git grep -wF "$mag" | while IFS=: read -r f _;
do sed -i '/\b'"$mag"'\b/d' "$f"; done ; done

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: https://lore.kernel.org/r/9cbea062df7125ef43e2e0b2a67ede6ad1c5f27e.1663280877.git.nabijaczleweli@nabijaczleweli.xyz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-09-24 14:17:18 +02:00
..
1.Intro.rst docs/zh_CN: Improve zh_CN/process/1.Intro.rst 2021-03-08 16:01:20 -07:00
2.Process.rst docs/zh_CN: add a missing space character 2021-07-15 06:33:44 -06:00
3.Early-stage.rst docs/zh_CN: Improve zh_CN/process/3.Early-stage.rst 2021-03-08 16:01:20 -07:00
4.Coding.rst docs/zh_CN: Improve zh_CN/process/4.Coding.rst 2021-03-08 16:01:20 -07:00
5.Posting.rst docs: zh_CN: align to submitting-drivers removal 2022-07-14 15:03:58 -06:00
6.Followthrough.rst docs/zh_CN: Improve zh_CN/process/6.Followthrough 2021-03-08 16:01:21 -07:00
7.AdvancedTopics.rst docs/zh_CN: Improve zh_CN/process/7.AdvancedTopics 2021-03-08 16:01:21 -07:00
8.Conclusion.rst doc/zh_CN: remove submitting-driver reference from docs 2022-07-14 15:06:00 -06:00
code-of-conduct-interpretation.rst docs/zh_CN: redirect CoC docs to Chinese version 2019-04-19 15:56:06 -06:00
code-of-conduct.rst docs/zh_CN: redirect CoC docs to Chinese version 2019-04-19 15:56:06 -06:00
coding-style.rst docs/zh_CN: Remove the Microsoft rhetoric 2021-07-15 06:33:44 -06:00
development-process.rst docs/zh_CN: add disclaimer and translator info in development-process 2019-04-02 09:53:51 -06:00
email-clients.rst docs/zh_CN: add Alex into translator in email-clients 2019-04-02 09:53:56 -06:00
embargoed-hardware-issues.rst docs: embargoed-hardware-issues: fix invalid AMD contact email 2022-07-29 16:10:04 +02:00
howto.rst docs: zh_CN: align to submitting-drivers removal 2022-07-14 15:03:58 -06:00
index.rst docs: zh_CN: align to submitting-drivers removal 2022-07-14 15:03:58 -06:00
kernel-driver-statement.rst docs/zh_CN: translate kernel driver statement into Chinese 2019-12-30 12:00:42 -07:00
kernel-enforcement-statement.rst docs/zh_CN: translate kernel enforcement statement 2019-12-30 12:00:46 -07:00
license-rules.rst docs/zh_CN: include Chinese translation header for license-rules 2019-04-02 09:53:53 -06:00
magic-number.rst a.out: remove define-only CMAGIC, previously magic number 2022-09-24 14:17:18 +02:00
management-style.rst doc/zh_CN: fix a translation error in management-style 2021-11-15 02:53:30 -07:00
programming-language.rst Kbuild: move to -std=gnu11 2022-03-13 17:31:37 +09:00
stable-api-nonsense.rst docs/zh_CN: Cleanup stable-api-nonscense in Chinese 2019-04-02 09:53:56 -06:00
stable-kernel-rules.rst docs/zh_CN: redirect the submitting-patches to Chinese doc 2019-04-02 09:53:55 -06:00
submit-checklist.rst docs: Remove make headers_check from checklist in translations 2021-03-31 13:17:24 -06:00
submitting-patches.rst doc/zh_CN: remove submitting-driver reference from docs 2022-07-14 15:06:00 -06:00
volatile-considered-harmful.rst Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN 2020-06-19 13:40:02 -06:00