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 | |
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')
-rw-r--r-- | share/man/man7/man.7 | 7 | ||||
-rw-r--r-- | share/man/man7/mdoc.7 | 7 |
2 files changed, 10 insertions, 4 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 , diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index b11539a5e90..ed8c90bdc3a 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.60 2011/01/09 15:24:57 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.61 2011/01/16 02:56:47 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 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: January 9 2011 $ +.Dd $Mdocdate: January 16 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -55,6 +55,9 @@ character, and, in certain circumstances, the tab character. All manuals must have .Ux line terminators. +.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 , |