diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-03-06 06:54:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-03-06 06:54:15 +0000 |
commit | 0fe688e76e0dce2ae340de6539bccdc64a65d8f1 (patch) | |
tree | ccbfb9efbbb3e85deb72570e8a237788c762b1d1 /usr.bin/mandoc | |
parent | cb51a695a9923e6e6dadcb8ec1563482461883a1 (diff) |
legancy -> legacy; From: Chris Hettrick
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/mandoc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mandoc/mandoc.1 b/usr.bin/mandoc/mandoc.1 index 7b4286b077c..b72072ca416 100644 --- a/usr.bin/mandoc/mandoc.1 +++ b/usr.bin/mandoc/mandoc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc.1,v 1.54 2012/05/24 23:33:23 schwarze Exp $ +.\" $OpenBSD: mandoc.1,v 1.55 2013/03/06 06:54:14 jmc Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 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: May 24 2012 $ +.Dd $Mdocdate: March 6 2013 $ .Dt MANDOC 1 .Os .Sh NAME @@ -346,7 +346,7 @@ for font style specification and available command-line arguments. Translate input format into .Xr man 7 output format. -This is useful for distributing manual sources to legancy systems +This is useful for distributing manual sources to legacy systems lacking .Xr mdoc 7 formatters. |