Reviewed by: joerg

Change man so that it will still display the man page even if it
cannot create a "cat" file.
This commit is contained in:
lars 1996-06-01 03:19:59 +00:00
parent 5f11bde277
commit 1dc0790042

View File

@ -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) {