diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-05 15:54:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-05 15:54:29 +0000 |
commit | 50465380e47d77cbf94d6841af9d8505218449f9 (patch) | |
tree | 0ccc7c6591ab4e2521620c550b1318b89c7d210f /share/man/man7/man.7 | |
parent | fc09ef7c5716be19b19a86e3abd6e0323868f550 (diff) |
Shorten the description of .sp and move it to roff(7).
If is not a macro but a low-level roff request
and not recommended for use in manual pages.
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index df24a4b0402..af25bbae330 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.45 2017/05/05 02:31:23 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.46 2017/05/05 15:54:28 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org> @@ -266,7 +266,6 @@ in the alphabetical reference below. .It Sx TP Ta tagged paragraph: Op Ar width .It Sx HP Ta hanged paragraph: Op Ar width .It Sx PD Ta set vertical paragraph distance: Op Ar height -.It Sx \&sp Ta force vertical space: Op Ar height .It Sx fi , nf Ta fill mode and no-fill mode (no arguments) .It Sx in Ta additional indent: Op Ar width .El @@ -707,12 +706,6 @@ It has the following syntax: link description to be shown .Pf \. Sx UE .Ed -.Ss \&br -Breaks the current line. -Consecutive invocations have no further effect. -.Pp -See also -.Sx \&sp . .Ss \&fi End literal mode begun by .Sx \&nf . @@ -735,22 +728,6 @@ Literal mode is implicitly ended by .Sx \&SH or .Sx \&SS . -.Ss \&sp -Insert vertical spaces into output with the following syntax: -.Bd -filled -offset indent -.Pf \. Sx \&sp -.Op Ar height -.Ed -.Pp -The -.Ar height -argument is a scaling width as described in -.Xr roff 7 . -If 0, this is equivalent to the -.Xr roff 7 -.Ic \&br -request. -Defaults to 1, if unspecified. .Sh MACRO SYNTAX The .Nm @@ -774,8 +751,7 @@ is equivalent to .Sq \&.I foo . If next-line macros are invoked consecutively, only the last is used. If a next-line macro is followed by a non-next-line macro, an error is -raised, except for -.Sx \&sp . +raised. .Pp The syntax is as follows: .Bd -literal -offset indent @@ -806,7 +782,6 @@ The syntax is as follows: .It Sx \&fi Ta 0 Ta current Ta compat .It Sx \&in Ta 1 Ta current Ta compat .It Sx \&nf Ta 0 Ta current Ta compat -.It Sx \&sp Ta 1 Ta current Ta compat .El .Pp Macros marked as |