From 79ffc70ad761688cde9276f16f5b245e16964aa7 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 29 Oct 2025 22:20:43 +0100 Subject: [PATCH] man/man1/grepc.1: Use a smaller example Signed-off-by: Alejandro Colomar --- man/man1/grepc.1 | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) 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), -- 2.47.3