diff options
author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-09-16 00:39:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-24 14:17:18 +0200 |
commit | 63e79d3f7cbe78196c4360e9fb2c5ecaba779cfd (patch) | |
tree | 4a455b84263d5e2e49ef00bc0b722574a38fed9a /Documentation/process | |
parent | Documentation: zh: remove references to IrDA (diff) | |
download | linux-63e79d3f7cbe78196c4360e9fb2c5ecaba779cfd.tar.xz linux-63e79d3f7cbe78196c4360e9fb2c5ecaba779cfd.zip |
Documentation: zh: remove stale magic numbers
English and it magic-number.rsts were updated when these were removed;
the zh translations weren't
This equalises these lists to be the same across all translations
Automated:
grep MAGIC Documentation/translations/process/zh_TW/magic-number.rst |
while read -r mag _; do git grep -wF "$mag" | grep -vq \
'^Documentation.*magic-number.rst:' || sed -i "/^$mag/d" \
./Documentation/{,translations/{zh_CN,zh_TW,it_IT}/}process/magic-number.rst
; done
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: https://lore.kernel.org/r/5d9fa062178c45822a600a723f6f71fdb92011f3.1663280877.git.nabijaczleweli@nabijaczleweli.xyz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/process')
0 files changed, 0 insertions, 0 deletions