diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-05-28 20:19:25 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-05-28 20:19:25 +0000 |
| commit | 7a34df0d8f59219e26ac65346cd6007e6cb53f47 (patch) | |
| tree | 003b45458980cdf673148f5303305a0f2a511c90 /gnu | |
| parent | 9f5cdc1599e8163af3652e76c0b1ba1f34b6ef78 (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 5e7d1572c751f..262e3337f214e 100644 --- a/gnu/usr.bin/man/man/man.c +++ b/gnu/usr.bin/man/man/man.c @@ -1364,7 +1364,7 @@ man (name) if (debug) fprintf (stderr, "\nsearching in %s\n", *mp); - glob = 0; + glob = 1; found += try_section (*mp, section, name, glob); |
