aboutsummaryrefslogtreecommitdiffstats
path: root/man/man1/grepc.1
AgeCommit message (Collapse)AuthorFilesLines
2025-11-09src/bin/grepc, man/man1/grepc.1: -r: Remove flagAlejandro Colomar1-5/+0
Colorizing is imperfect, so don't do it. Let the user colorize it by piping to grep(1), if needed. Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-11-03man/man1/grepc{,_c}.1: Split documentation into a manual page for the driverAlejandro Colomar1-102/+13
I've left grepc_mk undocumented for the moment, as it's still not as stable as the C driver. Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-11-02man/man1/grepc.1: SEE ALSO: Fix referencesAlejandro Colomar1-2/+2
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-11-02man/man1/grepc.1: ffixAlejandro Colomar1-2/+2
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-10-31man/man1/grepc.1: EXAMPLES: Fix commandAlejandro Colomar1-1/+1
The output shows the line number, so it must have been called with -n. Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-10-29man/man1/grepc.1: Use a smaller exampleAlejandro Colomar1-15/+2
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-10-29man/man1/grepc.1, src/bin/grepc: Add copyright noticeAlejandro Colomar1-0/+4
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-10-29man/man1/grepc.1: Adapt to the Linux man-pages projectAlejandro Colomar1-20/+11
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2025-10-29man/man1/grepc.1: Move manual page to man/man1/Alejandro Colomar1-0/+222
Signed-off-by: Alejandro Colomar <alx@kernel.org>