summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-09 17:19:07 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-09 17:23:44 +0200
commit7559716efec37ea98dcc38de679a4502a1117018 (patch)
tree743ab4a6b05ac2f76448f004fa8b350a7f65f08e /share
parentd14d33f7f156d5ae8dfa2c196769b210b77aca4a (diff)
grepc.1: Add manual page
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/grepc.129
1 files changed, 29 insertions, 0 deletions
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
new file mode 100644
index 0000000..58fb692
--- /dev/null
+++ b/share/man/man1/grepc.1
@@ -0,0 +1,29 @@
+.TH GREPC 1 2022-05-09 grepc "User commands"
+.SH NAME
+grepc \- find C declarations and definitions in source code
+.SH SYNOPSIS
+.B grepc
+.I identifier
+.SH DESCRIPTION
+.MR grepc 1
+searches for all C declarations and definitions of
+.I identifier
+in all .c and .h files under
+.RI < . > .
+.I identifier
+is normally a C identifier,
+but it is actually a PCRE pattern,
+so it can be used to find complex patterns.
+.SH AUTHORS
+Originally written by
+.MT alx.manpages@gmail.com
+Alejandro Colomar
+.ME .
+.SH SEE ALSO
+.MR pcregrep 1 ,
+.MR pcresyntax 3 ,
+.MR pcrepattern 3
+.PP
+Homepage:
+.UR http://www.alejandro-colomar.es/src/alx/alx/grepc.git
+.UE