mirror of
https://github.com/darlinghq/darling-man.git
synced 2025-02-18 11:04:46 +00:00
12 lines
273 B
Diff
12 lines
273 B
Diff
--- src/man.c.orig 2004-12-01 12:37:16.000000000 -0800
|
|
+++ src/man.c 2004-12-01 12:30:59.000000000 -0800
|
|
@@ -1228,7 +1228,7 @@
|
|
|
|
int
|
|
main (int argc, char **argv) {
|
|
- int status = 0;
|
|
+ int status = 1;
|
|
char *nextarg;
|
|
char *tmp;
|
|
char *section = 0;
|