diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-02-07 06:49:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-02-07 06:49:48 +0000 |
commit | e6f08a81974fdb892619ef06a3a5a1c668fd3cb3 (patch) | |
tree | 80f1441f6571bc30dcd247436d65cf7ef30bfee6 /share/man | |
parent | 73a64068948fb620c60ddced157f853b415fb08c (diff) |
.Pp
.Bd ... -compact
is better written as
.Bd ...
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/mdoc.7 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index e5efda2ca7b..bc2b9eda6ea 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.163 2019/02/06 22:18:33 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.164 2019/02/07 06:49:47 jmc Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013-2018 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: February 6 2019 $ +.Dd $Mdocdate: February 7 2019 $ .Dt MDOC 7 .Os .Sh NAME @@ -1601,8 +1601,7 @@ Examples: .Dl \&.Fn \(dqint funcname\(dq \(dqint arg0\(dq \(dqint arg1\(dq .Dl \&.Fn funcname \(dqint arg0\(dq .Dl \&.Fn funcname arg0 -.Pp -.Bd -literal -offset indent -compact +.Bd -literal -offset indent \&.Ft functype \&.Fn funcname .Ed @@ -1946,8 +1945,7 @@ using semantic annotation macros. .Pp Examples: .Dl ".Em italic , Sy bold , No and roman" -.Pp -.Bd -literal -offset indent -compact +.Bd -literal -offset indent \&.Sm off \&.Cm :C No / Ar pattern No / Ar replacement No / \&.Sm on |