diff options
author | 2011-01-09 12:49:22 +0000 | |
---|---|---|
committer | 2011-01-09 12:49:22 +0000 | |
commit | 6c887334a5c84dfcf0305550e0e8a27e7f8d4971 (patch) | |
tree | bafb087b38226339a9714d66db40dfdb899af911 /share/man/man7/man.7 | |
parent | Only use memory mapped extended PCIe config space access for the busses (diff) | |
download | wireguard-openbsd-6c887334a5c84dfcf0305550e0e8a27e7f8d4971.tar.xz wireguard-openbsd-6c887334a5c84dfcf0305550e0e8a27e7f8d4971.zip |
Sync to bsd.lv:
* one additional pair of .Sx cross references
* prefer .Dl over .D1 for code examples
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 83aa4b1e137..13ede67167e 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.11 2010/12/19 08:07:38 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.12 2011/01/09 12:49:22 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: December 19 2010 $ +.Dd $Mdocdate: January 9 2011 $ .Dt MAN 7 .Os .Sh NAME @@ -526,7 +526,7 @@ Whitespace between arguments is omitted in output. .Pp Examples: .Pp -.D1 \&.BI bold italic bold italic +.Dl \&.BI bold italic bold italic .Pp The output of this example will be emboldened .Dq bold @@ -780,7 +780,7 @@ manual section. .Pp Examples: .Pp -.D1 \&.TH CVS 5 "1992-02-12" GNU +.Dl \&.TH CVS 5 "1992-02-12" GNU .Ss \&TP Begin a paragraph where the head, if exceeding the indentation width, is followed by a newline; if not, the body follows on the same line after a |