lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 15 Dec 2023 14:42:46 +0100
From: René Nyffenegger <mail@...enyffenegger.ch>
To: gregkh@...uxfoundation.org,
	cristian.ciocaltea@...il.com,
	masahiroy@...nel.org,
	cmllamas@...gle.com
Cc: linux-kernel@...r.kernel.org,
	René Nyffenegger <mail@...enyffenegger.ch>
Subject: [PATCH] Update comment (addition of gtags) in scripts/tags.sh

Commit f4ed1009fc (kbuild: add GNU GLOBAL tags generation) added support
for the GNU Global source tagging system. However, this addition
was not reflected in the script's header comment.

Signed-off-by: René Nyffenegger <mail@...enyffenegger.ch>
---
 scripts/tags.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/tags.sh b/scripts/tags.sh
index a70d43723..cb9696134 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -3,7 +3,7 @@
 # Generate tags or cscope files
 # Usage tags.sh <mode>
 #
-# mode may be any of: tags, TAGS, cscope
+# mode may be any of: tags, gtags, TAGS, cscope
 #
 # Uses the following environment variables:
 # SUBARCH, SRCARCH, srctree
-- 
2.30.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ