diff options
| author | Eric Melville <eric@FreeBSD.org> | 2002-08-27 09:31:27 +0000 |
|---|---|---|
| committer | Eric Melville <eric@FreeBSD.org> | 2002-08-27 09:31:27 +0000 |
| commit | 221e4bc443f54a3ec543372e1b747522041eba91 (patch) | |
| tree | e4084f18483d12767f6037417085a98e8612113b /gnu/usr.bin/man | |
| parent | ec009cf024b72994c75399dd44889d941b2f5362 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man')
| -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 77165d2c793c..0e737f3263a3 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) + if ((pager = getenv ("PAGER")) == NULL || *pager == NULL) pager = strdup (PAGER); if (debug) |
