From: Alejandro Colomar Date: Thu, 30 Oct 2025 09:50:40 +0000 (+0100) Subject: man/man1/grepc.1: EXAMPLES: Fix command X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2431d4831e85449fc3f7d87ab2f547a15c27e366;p=thirdparty%2Fman-pages.git man/man1/grepc.1: EXAMPLES: Fix command The output shows the line number, so it must have been called with -n. Signed-off-by: Alejandro Colomar --- diff --git a/man/man1/grepc.1 b/man/man1/grepc.1 index 64edc5fe7..7c733fdd2 100644 --- a/man/man1/grepc.1 +++ b/man/man1/grepc.1 @@ -195,7 +195,7 @@ If you need to read a non-seekable file, redirect it to the standard input. .SH EXAMPLES .EX -.RB alx@devuan:/usr/lib/gcc$ " grepc alignof ." ; +.RB alx@devuan:/usr/lib/gcc$ " grepc -n alignof ." ; \&./x86_64\-linux\-gnu/15/include/stdalign.h:33:#define alignof _Alignof .EE .SH SEE ALSO