diff options
author | 2011-01-16 02:56:47 +0000 | |
---|---|---|
committer | 2011-01-16 02:56:47 +0000 | |
commit | aad3ea0cf9a80eeddbd69941824fa913eaa077f5 (patch) | |
tree | 805a454b0d7cefde822d4d059eaa9e85d2a227e3 /share/man/man7/man.7 | |
parent | Various tbl improvements from kristaps@: (diff) | |
download | wireguard-openbsd-aad3ea0cf9a80eeddbd69941824fa913eaa077f5.tar.xz wireguard-openbsd-aad3ea0cf9a80eeddbd69941824fa913eaa077f5.zip |
If the first character of a free-form text input line is whitespace,
then it will start a new output line;
from kristaps@.
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 2447413852e..7570ba88698 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.13 2011/01/09 15:24:57 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.14 2011/01/16 02:56:47 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,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: January 9 2011 $ +.Dd $Mdocdate: January 16 2011 $ .Dt MAN 7 .Os .Sh NAME @@ -59,6 +59,9 @@ line termination. .Pp Blank lines are acceptable; where found, the output will assert a vertical space. +.Pp +If the first character of a line is a space, that line is printed +with a leading newline. .Ss Comments Text following a .Sq \e\*q , |