diff options
author | 2012-06-20 21:37:32 +0000 | |
---|---|---|
committer | 2012-06-20 21:37:32 +0000 | |
commit | ced94a4967c2c220a5eafb49066f2f80287c91cd (patch) | |
tree | 7fa758ff630296c7833b5be79b6c1623cbc8d0c4 /share/man/man7/man.7 | |
parent | Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38 (diff) | |
download | wireguard-openbsd-ced94a4967c2c220a5eafb49066f2f80287c91cd.tar.xz wireguard-openbsd-ced94a4967c2c220a5eafb49066f2f80287c91cd.zip |
When i moved some low-level stuff from mdoc(7) and man(7)
to roff(7) some time ago, i forgot to adjust the cross-references.
Reported by Tim van der Molen <tbvdm at xs4all dot nl>, thanks.
ok jmc@
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 22e306e51c8..bad6508dbac 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.28 2012/06/02 20:07:09 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.29 2012/06/20 21:37:32 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 2 2012 $ +.Dd $Mdocdate: June 20 2012 $ .Dt MAN 7 .Os .Sh NAME @@ -361,8 +361,9 @@ subsequent output lines are indented, with the following syntax: .Pp The .Cm width -argument must conform to -.Sx Scaling Widths . +argument is a +.Xr roff 7 +scaling width. If specified, it's saved for later paragraph left-margins; if unspecified, the saved or default width is used. .Pp @@ -404,8 +405,9 @@ Begin an indented paragraph with the following syntax: .Pp The .Cm width -argument defines the width of the left margin and is defined by -.Sx Scaling Widths . +argument is a +.Xr roff 7 +scaling width defining the left margin. It's saved for later paragraph left-margins; if unspecified, the saved or default width is used. .Pp @@ -538,8 +540,9 @@ This has the following syntax: .Pp The .Cm width -argument must conform to -.Sx Scaling Widths . +argument is a +.Xr roff 7 +scaling width. If not specified, the saved or default width is used. .Pp See also @@ -604,8 +607,9 @@ The syntax is as follows: .Pp The .Cm width -argument must conform to -.Sx Scaling Widths . +argument is a +.Xr roff 7 +scaling width. If specified, it's saved for later paragraph left-margins; if unspecified, the saved or default width is used. .Pp @@ -657,10 +661,10 @@ Insert vertical spaces into output with the following syntax: .Op Cm height .Ed .Pp -Insert +The .Cm height -spaces, which must conform to -.Sx Scaling Widths . +argument is a scaling width as described in +.Xr roff 7 . If 0, this is equivalent to the .Sx \&br macro. |