diff options
| author | Lars Fredriksen <lars@FreeBSD.org> | 1996-06-01 03:19:59 +0000 | 
|---|---|---|
| committer | Lars Fredriksen <lars@FreeBSD.org> | 1996-06-01 03:19:59 +0000 | 
| commit | 24161867cf64c0b86af5065f64f3890227aed429 (patch) | |
| tree | b78f9b95ab7e89e75e2f19d9d02198eff4a46138 | |
| parent | 7994d1fef8fcfc88f9ce7949b2018c63cec6670c (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/man/man.c | 2 | 
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) {  | 
