summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-05 17:07:47 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-05 17:20:38 +0200
commit03cc421705ff3e72ef04f1de2401460d4a8f01eb (patch)
treebb1091d4cc45e6d25f22e8620d2b157490bfc00c /share
README: Initial description
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/doc/grepc/README35
1 files changed, 35 insertions, 0 deletions
diff --git a/share/doc/grepc/README b/share/doc/grepc/README
new file mode 100644
index 0000000..43f7ca6
--- /dev/null
+++ b/share/doc/grepc/README
@@ -0,0 +1,35 @@
+
+grepc
+-----
+
+This package contains grepc(1), a program to find C declarations
+and definitions in source code.
+
+It originated in NGINX Unit, based on code from the Linux
+man-pages <scripts/bash_aliases> file, as an internal tool for
+programmers; for that reason, it may fail to detect C code under
+different coding styles. Patches are welcome to improve that.
+
+
+Send patches inline in email to the maintainer of the project
+and CC the NGINX Unit mailing list:
+
+ To: Alejandro Colomar <alx.manpages@gmail.com>
+ Cc: NGINX Unit <unit@nginx.org>
+
+Homepage (cgit):
+
+ <http://www.alejandro-colomar.es/src/alx/alx/grepc.git>
+
+Git repository (and mirror):
+
+ <git://www.alejandro-colomar.es/src/alx/alx/grepc.git>
+ <https://github.com/alejandro-colomar/grepc.git>
+
+License:
+
+ GPL-2.0
+
+--
+Alejandro Colomar
+<http://www.alejandro-colomar.es>