diff options
author | 2013-04-27 17:15:01 +0000 | |
---|---|---|
committer | 2013-04-27 17:15:01 +0000 | |
commit | 00bf4e127513ad42725cd3e6bc25dcd391668cdc (patch) | |
tree | 76be6779a069feca98a4ede7e526ed635ab76eef /share/man/man7/mandoc_char.7 | |
parent | time_t 64bit fixes for relayd and relayctl: (diff) | |
download | wireguard-openbsd-00bf4e127513ad42725cd3e6bc25dcd391668cdc.tar.xz wireguard-openbsd-00bf4e127513ad42725cd3e6bc25dcd391668cdc.zip |
- (mdoc.7) fix Xr to self
- double word fix
Diffstat (limited to 'share/man/man7/mandoc_char.7')
-rw-r--r-- | share/man/man7/mandoc_char.7 | 6 |
1 files changed, 3 insertions, 3 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 |