ports/misc/gnuwatch/patches/patch-src_watch_c

13 lines
399 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/watch.c
--- src/watch.c.orig
+++ src/watch.c
@@ -110,7 +110,7 @@ static void __attribute__ ((__noreturn__))
fputs(USAGE_SEPARATOR, out);
fputs(USAGE_HELP, out);
fputs(_(" -v, --version output version information and exit\n"), out);
- fprintf(out, USAGE_MAN_TAIL("watch(1)"));
+ fprintf(out, USAGE_MAN_TAIL("gnuwatch(1)"));
exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS);
}