diff options
| author | Eric Melville <eric@FreeBSD.org> | 2002-09-03 17:39:26 +0000 |
|---|---|---|
| committer | Eric Melville <eric@FreeBSD.org> | 2002-09-03 17:39:26 +0000 |
| commit | 6d1020dae1edadf2b0d53383dd39d08c90e7565a (patch) | |
| tree | 8e8213c6ba65f6856c1508403b86a6c4f4d3db37 | |
| parent | 3251b39822f5e9e08dc40042a63494f8f2592e36 (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 0e737f3263a3f..3633e8836d860 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -459,7 +459,7 @@ man_getopt (argc, argv) #endif /* __FreeBSD__ */ if (pager == NULL || *pager == '\0') - if ((pager = getenv ("PAGER")) == NULL || *pager == NULL) + if ((pager = getenv ("PAGER")) == NULL || *pager == '\0') pager = strdup (PAGER); if (debug) |
