summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Fredriksen <lars@FreeBSD.org>1996-06-01 03:19:59 +0000
committerLars Fredriksen <lars@FreeBSD.org>1996-06-01 03:19:59 +0000
commit24161867cf64c0b86af5065f64f3890227aed429 (patch)
treeb78f9b95ab7e89e75e2f19d9d02198eff4a46138
parent7994d1fef8fcfc88f9ce7949b2018c63cec6670c (diff)
Notes
-rw-r--r--gnu/usr.bin/man/man/man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/man/man.c b/gnu/usr.bin/man/man/man.c
index 2823e239f801..1bce5e9a62b5 100644
--- a/gnu/usr.bin/man/man/man.c
+++ b/gnu/usr.bin/man/man/man.c
@@ -1066,7 +1066,7 @@ make_cat_file (path, man_file, cat_file)
if (status <= 0) {
fprintf(stderr, "Failed.\n");
unlink(temp);
- exit(1);
+ return(0);
}
else {
if (rename(temp, cat_file) == -1) {