diff options
author | 2004-03-31 08:45:48 +0000 | |
---|---|---|
committer | 2004-03-31 08:45:48 +0000 | |
commit | b72c1ffbe88012ba8027d97138934292d2b92b51 (patch) | |
tree | 88195d7766e1b9c05b4ff77f229437dcd650d963 | |
parent | note that hw.cpuspeed displays the current cpu frequency (from cpu(4)); (diff) | |
download | wireguard-openbsd-b72c1ffbe88012ba8027d97138934292d2b92b51.tar.xz wireguard-openbsd-b72c1ffbe88012ba8027d97138934292d2b92b51.zip |
apropos outputs name (section), not name(section);
adjust -width of options list;
-rw-r--r-- | usr.bin/apropos/apropos.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/apropos/apropos.1 b/usr.bin/apropos/apropos.1 index 301d6c92545..04adec297b7 100644 --- a/usr.bin/apropos/apropos.1 +++ b/usr.bin/apropos/apropos.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apropos.1,v 1.9 2003/06/03 02:56:05 millert Exp $ +.\" $OpenBSD: apropos.1,v 1.10 2004/03/31 08:45:48 jmc Exp $ .\" $NetBSD: apropos.1,v 1.4 1995/09/04 20:46:17 tls Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -58,14 +58,14 @@ will also list all instances of If the line output by .Nm starts -.Dq Li name(section) ... +.Dq Li name (section) ... , you can enter .Dq Li man section name to get its documentation. .Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width "-C file" .It Fl C Ar file Specify an alternative configuration .Ar file |