diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-26 12:51:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-26 12:51:26 +0000 |
commit | 3fbd44eccdd307994d3bd0fed10ad9eeacbeef0e (patch) | |
tree | 876ba9fab2026a9ed1e13ed06301c5894a616922 /usr.bin/mandoc | |
parent | dcfdceaac423336925dcee2964a192807bfce5f5 (diff) |
Old news: there is an experimental "loongson" port.
This commit corresponds to what jmc@ did in share/tmac/mdoc/doc-common
and share/man/man7/mdoc.samples.7 on January 24.
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/arch.in | 3 | ||||
-rw-r--r-- | usr.bin/mandoc/mdoc.7 | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/mandoc/arch.in b/usr.bin/mandoc/arch.in index b1c23eea381..27f1db92ad7 100644 --- a/usr.bin/mandoc/arch.in +++ b/usr.bin/mandoc/arch.in @@ -1,4 +1,4 @@ -/* $Id: arch.in,v 1.2 2009/06/14 23:00:57 schwarze Exp $ */ +/* $Id: arch.in,v 1.3 2010/02/26 12:51:25 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -36,6 +36,7 @@ LINE("hppa", "HPPA") LINE("hppa64", "HPPA64") LINE("i386", "i386") LINE("landisk", "LANDISK") +LINE("loongson", "Loongson") LINE("luna88k", "Luna88k") LINE("mac68k", "Mac68k") LINE("macppc", "MacPPC") diff --git a/usr.bin/mandoc/mdoc.7 b/usr.bin/mandoc/mdoc.7 index 123cb113031..c7e1e65aafd 100644 --- a/usr.bin/mandoc/mdoc.7 +++ b/usr.bin/mandoc/mdoc.7 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.7,v 1.22 2010/02/18 02:11:26 schwarze Exp $ +.\" $Id: mdoc.7,v 1.23 2010/02/26 12:51:25 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> .\" @@ -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: February 18 2010 $ +.Dd $Mdocdate: February 26 2010 $ .Dt MDOC 7 .Os . @@ -1553,6 +1553,7 @@ subsequent that. It, too, is optional. It must be one of .Ar hppa64 , .Ar i386 , .Ar landisk , +.Ar loongson , .Ar luna88k , .Ar mac68k , .Ar macppc , |