From 2431d4831e85449fc3f7d87ab2f547a15c27e366 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 30 Oct 2025 10:50:40 +0100 Subject: [PATCH] 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 --- man/man1/grepc.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3