diff options
-rw-r--r-- | main.c | 1 | ||||
-rw-r--r-- | man.1 | 4 | ||||
-rw-r--r-- | mandoc.1 | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -177,6 +177,7 @@ main(int argc, char *argv[]) case 'h': (void)strlcat(curp.outopts, "synopsis,", BUFSIZ); synopsis_only = 1; + use_pager = 0; outmode = OUTMODE_ALL; break; case 'I': @@ -98,7 +98,9 @@ options. .It Fl h Display only the SYNOPSIS lines of the requested manual pages. Implies -.Fl a . +.Fl a +and +.Fl c . .It Fl k A synonym for .Xr apropos 1 . @@ -89,7 +89,7 @@ macro. .It Fl h Display only the SYNOPSIS lines. Implies -.Fl a . +.Fl c . .It Fl K Ns Ar encoding Specify the input encoding. The supported |