diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-11-18 03:37:45 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-11-18 03:37:45 +0000 |
| commit | 14b94d046416ce50711df3d7e171d885d62b50b7 (patch) | |
| tree | cf6c5ca3d7cba461ac016227f150672d9df97f85 /gnu | |
| parent | 6245570f67c16abf0bed8e6e0478fc2d9c9c2430 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 d463f65da858..6407939c54c2 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -1251,7 +1251,7 @@ format_and_display (path, man_file, cat_file) { status = is_newer (man_file, cat_file); if (debug) - fprintf (stderr, "status from is_newer() = %d\n"); + fprintf (stderr, "status from is_newer() = %d\n", status); if (status == 1 || status == -2) { |
