]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
grepc.1: Add manual page
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 9 May 2022 15:19:07 +0000 (17:19 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:28:52 +0000 (21:28 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
share/man/man1/grepc.1 [new file with mode: 0644]

diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
new file mode 100644 (file)
index 0000000..58fb692
--- /dev/null
@@ -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