summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-15 01:28:28 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-15 01:30:28 +0200
commit713416cfd9db803698fae5f8fd2649d1e93b46d2 (patch)
treee5305880974bd700ceb9f82a6321f2c268f66bae
parentd80dc0495921bea4b6587ed075f56311b03f56dd (diff)
grepc.1: wfix
-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 .