From: Alejandro Colomar Date: Wed, 29 Oct 2025 21:20:43 +0000 (+0100) Subject: man/man1/grepc.1: Use a smaller example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79ffc70ad761688cde9276f16f5b245e16964aa7;p=thirdparty%2Fman-pages.git man/man1/grepc.1: Use a smaller example Signed-off-by: Alejandro Colomar --- diff --git a/man/man1/grepc.1 b/man/man1/grepc.1 index 800a047bc..64edc5fe7 100644 --- a/man/man1/grepc.1 +++ b/man/man1/grepc.1 @@ -195,21 +195,8 @@ If you need to read a non-seekable file, redirect it to the standard input. .SH EXAMPLES .EX -.RB \(ti/src/nginx/unit$ " grepc \-n nxt_sprintf ." ; -\&./src/nxt_sprintf.h:15:NXT_EXPORT u_char *nxt_cdecl nxt_sprintf(u_char *buf, u_char *end, - const char *fmt, ...); -\&./src/nxt_sprintf.c:58:u_char * nxt_cdecl -nxt_sprintf(u_char *buf, u_char *end, const char *fmt, ...) -{ - u_char *p; - va_list args; -\& - va_start(args, fmt); - p = nxt_vsprintf(buf, end, fmt, args); - va_end(args); -\& - return p; -} +.RB alx@devuan:/usr/lib/gcc$ " grepc alignof ." ; +\&./x86_64\-linux\-gnu/15/include/stdalign.h:33:#define alignof _Alignof .EE .SH SEE ALSO .BR pcre2grep (1),