summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-15 01:40:56 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-15 01:44:22 +0200
commitffbab42883313e6e02d49bf69d7ac2418720c29d (patch)
treef0b5c9adf0ffe874b27b8bd5480b469bca4b9f80 /share
parent713416cfd9db803698fae5f8fd2649d1e93b46d2 (diff)
grepc, grepc.1: -t...: Allow more granularity
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/grepc.140
1 files changed, 39 insertions, 1 deletions
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
index 25aaa13..b23e5d9 100644
--- a/share/man/man1/grepc.1
+++ b/share/man/man1/grepc.1
@@ -44,6 +44,27 @@ enum constant definitions.
.TP
.B f
Function prototypes and definitions.
+This can be further subdivided into:
+.RS
+.TP
+.B fp
+Function prototypes.
+.TP
+.B fd
+Function definitions.
+.TP
+.B fs
+Linux kernel system calls.
+This can be further subdivided into:
+.RS
+.TP
+.B fsp
+Linux kernel system call prototypes.
+.TP
+.B fsd
+Linux kernel system call definitions.
+.RE
+.RE
.TP
.B m
Macro definitions.
@@ -55,11 +76,28 @@ Type definitions.
Uses.
Searches occurences of
.BI \eb identifier \eb
-within enums (except as an enum constant),
+within enums,
function bodies,
macro replacements,
and type definitions,
and prints the whole enum, function, macro, and/or type definitions.
+.IP
+This can be further subdivided into:
+.RS
+.TP
+.B ue
+Uses within enum definitions (except as an enum constant).
+.TP
+.B uf
+Uses within function definition bodies.
+.TP
+.B um
+Uses within macro replacements.
+.TP
+.B ut
+Uses within type definitions
+(except enum; that is: typedef, struct, or union).
+.RE
.SH OPTIONS
.TP
.B \-g