summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man1/grepc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
index aa8fa62..25aaa13 100644
--- a/share/man/man1/grepc.1
+++ b/share/man/man1/grepc.1
@@ -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 .