diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-26 07:07:58 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-03-26 07:07:58 +0000 |
commit | 80d2ac69bc131eb6fd2465642f52a9255dabd36a (patch) | |
tree | 6fd78430f843273b3dbe07aa4ecd281f46f9ab91 | |
parent | a34d26e95cab6b339e53a5d6db95f3b292c03984 (diff) | |
download | mandoc-80d2ac69bc131eb6fd2465642f52a9255dabd36a.tar.gz |
Fixed misspelt "Loongson" (noted by Ingo Schwarze).
-rw-r--r-- | arch.in | 2 | ||||
-rw-r--r-- | mdoc.7 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ LINE("hppa", "HPPA") LINE("hppa64", "HPPA64") LINE("i386", "i386") LINE("landisk", "LANDISK") -LINE("longsoon", "Longsoon") +LINE("loongson", "Loongson") LINE("luna88k", "Luna88k") LINE("mac68k", "Mac68k") LINE("macppc", "MacPPC") @@ -1553,7 +1553,7 @@ subsequent that. It, too, is optional. It must be one of .Ar hppa64 , .Ar i386 , .Ar landisk , -.Ar longsoon , +.Ar loongson , .Ar luna88k , .Ar mac68k , .Ar macppc , |