]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
grepc.1: wfix
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 14 May 2022 23:28:28 +0000 (01:28 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:29:02 +0000 (21:29 +0100)
share/man/man1/grepc.1

index aa8fa62985a8d71329e8d2f818de5951dc3967fa..25aaa13b3baadb2c8b382b62693fc4754e5aacb1 100644 (file)
@@ -1,6 +1,6 @@
 .TH GREPC 1 2022-05-09 grepc "User commands"
 .SH NAME
-grepc \- find C declarations and definitions in source code
+grepc \- find C declarations, definitions, and uses in source code
 .SH SYNOPSIS
 .B grepc
 .RI [ option\~ .\|.\|.\&]
@@ -8,7 +8,7 @@ grepc \- find C declarations and definitions in source code
 .RI [ file\~ .\|.\|.]
 .SH DESCRIPTION
 .MR grepc 1
-searches for C declarations and definitions of
+searches for C declarations, definitions, and uses of
 .I identifier
 in each
 .IR file .