diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-03 05:22:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-03 05:22:45 +0000 |
commit | 23314f00a3de516604e28d2a34bde0428f6067fb (patch) | |
tree | 41f72d0cdd36e6f74d193974466fff1871fa7967 /apropos.1 | |
parent | 3d35e7c87bf69138c20259187b52c26c01ab6cda (diff) | |
download | mandoc-23314f00a3de516604e28d2a34bde0428f6067fb.tar.gz |
Implement the traditional -h option for man(1): show the SYNOPSIS only.
As usual, we get mandoc -h and apropos -h for free.
Try stuff like "apropos -h In=dirent" or "apropos -h Fa=timespec".
Only useful for terminal output, so -Tps, -Tpdf, -Thtml ignore -h for now.
Diffstat (limited to 'apropos.1')
-rw-r--r-- | apropos.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -24,7 +24,7 @@ .Nd search manual page databases .Sh SYNOPSIS .Nm -.Op Fl acfklVw +.Op Fl acfhklVw .Op Fl C Ar file .Op Fl M Ar path .Op Fl m Ar path @@ -107,6 +107,11 @@ This overrides any earlier and .Fl l options. +.It Fl h +Instead of showing the title lines, show the SYNOPSIS sections, just like +.Xr man 1 +.Fl h +would. .It Fl k Support the full .Ar expression |