diff options
author | 2010-09-26 19:40:27 +0000 | |
---|---|---|
committer | 2010-09-26 19:40:27 +0000 | |
commit | c5bc324a9e7b435adbaf3992f024fe18ba86a0d2 (patch) | |
tree | 559e16836f00776949bf3a7d90b6160fe879e985 /share/man/man7/man.7 | |
parent | consolidate all enclosure opening and closing functions (diff) | |
download | wireguard-openbsd-c5bc324a9e7b435adbaf3992f024fe18ba86a0d2.tar.xz wireguard-openbsd-c5bc324a9e7b435adbaf3992f024fe18ba86a0d2.zip |
sync to bsd.lv:
note that \k, \o, \w, \z roff escapes are ignored by mandoc(1)
add a short HISTORY to mdoc(7)
move the sentence telling which sections use LIBRARY in man(7)
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 15d278ed9bc..3608e530a76 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.9 2010/09/04 08:00:15 jmc Exp $ +.\" $OpenBSD: man.7,v 1.10 2010/09/26 19:40:27 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: September 4 2010 $ +.Dd $Mdocdate: September 26 2010 $ .Dt MAN 7 .Os .Sh NAME @@ -219,8 +219,8 @@ Documents are generally structured as follows: \&.TH FOO 1 2009-10-10 \&.SH NAME \efBfoo\efR \e(en a description goes here -\&.\e\*q The next is for sections 2 & 3 only. \&.\e\*q .SH LIBRARY +\&.\e\*q For sections 2 & 3 only. \&.\e\*q Not used in OpenBSD. \&.SH SYNOPSIS \efBfoo\efR [\efB\e-options\efR] arguments... @@ -939,11 +939,18 @@ The .Pq text colour , .Sq \eM .Pq text filling colour , +.Sq \ez +.Pq zero-length character , +.Sq \ew +.Pq string length , +.Sq \ek +.Pq horizontal position marker , +.Sq \eo +.Pq text overstrike , and .Sq \es .Pq text size -.Sx Text Decoration -escapes are all discarded in mandoc. +escape sequences are all discarded in mandoc. .It The .Sq \ef |