diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-04-27 17:15:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-04-27 17:15:02 +0000 |
commit | 565994089555a60531c0a9fe27a5b650528984c9 (patch) | |
tree | b0fe384812b37fcc1dcd6a6968075891d0d1378c /share/man/man7 | |
parent | 2ede15cd56c58c354b4214916f8643dcc7405319 (diff) |
- (mdoc.7) fix Xr to self
- double word fix
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mandoc_char.7 | 6 | ||||
-rw-r--r-- | share/man/man7/mdoc.7 | 8 | ||||
-rw-r--r-- | share/man/man7/roff.7 | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man7/mandoc_char.7 b/share/man/man7/mandoc_char.7 index 81ba751b43e..a02e37885de 100644 --- a/share/man/man7/mandoc_char.7 +++ b/share/man/man7/mandoc_char.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc_char.7,v 1.14 2011/11/14 19:32:22 schwarze Exp $ +.\" $OpenBSD: mandoc_char.7,v 1.15 2013/04/27 17:15:01 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -16,7 +16,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: November 14 2011 $ +.Dd $Mdocdate: April 27 2013 $ .Dt MANDOC_CHAR 7 .Os .Sh NAME @@ -680,7 +680,7 @@ For example, do not use \eN'34', use \e(dq, or even the plain .Sq \(dq character where possible. .Sh COMPATIBILITY -This section documents compatibility between mandoc and other other +This section documents compatibility between mandoc and other troff implementations, at this time limited to GNU troff .Pq Qq groff . .Pp diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index bb7e7ee9b32..d6603e14255 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.96 2013/03/26 19:16:19 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.97 2013/04/27 17:15:01 jmc Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 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: March 26 2013 $ +.Dd $Mdocdate: April 27 2013 $ .Dt MDOC 7 .Os .Sh NAME @@ -2101,7 +2101,7 @@ This macro is obsolete and not implemented in .Xr mandoc 1 . .Pp Historical -.Xr mdoc 7 +.Nm packages described it as .Dq "old function type (FORTRAN)" . .Ss \&Ox @@ -2976,7 +2976,7 @@ Manually switching the font using the .Ql \ef font escape sequences is never required. .Sh COMPATIBILITY -This section documents compatibility between mandoc and other other +This section documents compatibility between mandoc and other troff implementations, at this time limited to GNU troff .Pq Qq groff . The term diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 4ebdcdf828a..f040f2740af 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.19 2012/07/29 12:57:45 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.20 2013/04/27 17:15:01 jmc Exp $ .\" .\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 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: July 29 2012 $ +.Dd $Mdocdate: April 27 2013 $ .Dt ROFF 7 .Os .Sh NAME @@ -934,7 +934,7 @@ See .Xr tbl 7 for a description of the tbl language. .Sh COMPATIBILITY -This section documents compatibility between mandoc and other other +This section documents compatibility between mandoc and other .Nm implementations, at this time limited to GNU troff .Pq Qq groff . |