summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-03 01:16:42 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-03 01:18:17 +0100
commit690c3c37560ce15091f9e67b82db226a9d951d3d (patch)
tree2d27b6f8911f5346414d6dadb72d64bd4a961388 /share
parent2445b6ccbec571bca5ec759e508fd2a8113e481f (diff)
bin/grepc, grepc.1: -tmf, -tmo: Add options to find only function-like macros, or other macros
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/grepc.18
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
index 453b85d..3fd46b6 100644
--- a/share/man/man1/grepc.1
+++ b/share/man/man1/grepc.1
@@ -80,6 +80,14 @@ Glibc definitions.
.TP
.B m
Macro definitions.
+.RS
+.TP
+.B mf
+Function-like macro definitions.
+.TP
+.B mo
+Other macro definitions.
+.RE
.TP
.B t
Type definitions.