summaryrefslogtreecommitdiffstats
path: root/roff.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-05 15:54:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-05 15:54:59 +0000
commit412e48b8cba6db0a6b8eae7f848cfa460e0a315d (patch)
tree8b618ed6a92488f95359c8036571c13e200d1944 /roff.7
parent59ff183bfbf2ef15bb6bae96290e8347aef13fb0 (diff)
downloadmandoc-412e48b8cba6db0a6b8eae7f848cfa460e0a315d.tar.gz
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 'roff.7')
-rw-r--r--roff.710
1 files changed, 10 insertions, 0 deletions
diff --git a/roff.7 b/roff.7
index 172a3166..2cee5e43 100644
--- a/roff.7
+++ b/roff.7
@@ -1544,6 +1544,16 @@ is discouraged.
Use
.Xr ln 1
instead.
+.Ss \&sp
+Break the output line and emit vertical space.
+Its syntax is as follows:
+.Pp
+.D1 Pf \. Cm \&sp Op Ar height
+.Pp
+The argument follows the syntax of
+.Sx Scaling Widths
+and defaults to one blank line
+.Pq Li 1v .
.Ss \&spacewidth
Set the space width from the font metrics file.
This is a Heirloom extension and currently ignored.