source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Sync to groff, and add tier I and II NetBSD architectures.
Date: Sun, 16 Oct 2011 12:25:19 -0400 (EDT)	[thread overview]
Message-ID: <201110161625.p9GGPJtZ021165@krisdoz.my.domain> (raw)

Log Message:
-----------
Sync to groff, and add tier I and II NetBSD architectures.
ok kristaps@

Modified Files:
--------------
    mdocml:
        arch.in
        lib.in

Revision Data
-------------
Index: lib.in
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/lib.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -Llib.in -Llib.in -u -p -r1.10 -r1.11
--- lib.in
+++ lib.in
@@ -81,6 +81,7 @@ LINE("librpcsvc",	"RPC Service Library (
 LINE("librt",		"POSIX Real\\-time Library (librt, -lrt)")
 LINE("libsdp",		"Bluetooth Service Discovery Protocol User Library (libsdp, \\-lsdp)")
 LINE("libssp",		"Buffer Overflow Protection Library (libssp, \\-lssp)")
+LINE("libSystem",	"System Library (libSystem, \\-lSystem)")
 LINE("libtermcap",	"Termcap Access Library (libtermcap, \\-ltermcap)")
 LINE("libterminfo",	"Terminal Information Library (libterminfo, \\-lterminfo)")
 LINE("libthr",		"1:1 Threading Library (libthr, \\-lthr)")
Index: arch.in
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/arch.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -Larch.in -Larch.in -u -p -r1.10 -r1.11
--- arch.in
+++ arch.in
@@ -26,31 +26,85 @@
  * REMEMBER TO ADD NEW ARCHITECTURES TO MDOC.7!
  */
 
+LINE("acorn26",		"Acorn26")
+LINE("acorn32",		"Acorn32")
+LINE("algor",		"Algor")
 LINE("alpha",		"Alpha")
 LINE("amd64",		"AMD64")
 LINE("amiga",		"Amiga")
+LINE("amigappc",	"AmigaPPC")
 LINE("arc",		"ARC")
 LINE("arm",		"ARM")
+LINE("arm26",		"ARM26")
+LINE("arm32",		"ARM32")
 LINE("armish",		"ARMISH")
 LINE("aviion",		"AViiON")
+LINE("atari",		"ATARI")
+LINE("beagle",		"Beagle")
+LINE("bebox",		"BeBox")
+LINE("cats",		"cats")
+LINE("cesfic",		"CESFIC")
+LINE("cobalt",		"Cobalt")
+LINE("dreamcast",	"Dreamcast")
+LINE("emips",		"EMIPS")
+LINE("evbarm",		"evbARM")
+LINE("evbmips",		"evbMIPS")
+LINE("evbppc",		"evbPPC")
+LINE("evbsh3",		"evbSH3")
+LINE("ews4800mips",	"EWS4800MIPS")
 LINE("hp300",		"HP300")
+LINE("hp700",		"HP700")
+LINE("hpcarm",		"HPCARM")
+LINE("hpcmips",		"HPCMIPS")
+LINE("hpcsh",		"HPCSH")
 LINE("hppa",		"HPPA")
 LINE("hppa64",		"HPPA64")
+LINE("ia64",		"ia64")
 LINE("i386",		"i386")
+LINE("ibmnws",		"IBMNWS")
+LINE("iyonix",		"Iyonix")
 LINE("landisk",		"LANDISK")
 LINE("loongson",	"Loongson")
+LINE("luna68k",		"Luna68k")
 LINE("luna88k",		"Luna88k")
+LINE("m68k",		"m68k")
 LINE("mac68k",		"Mac68k")
 LINE("macppc",		"MacPPC")
+LINE("mips",		"MIPS")
 LINE("mips64",		"MIPS64")
+LINE("mipsco",		"MIPSCo")
+LINE("mmeye",		"mmEye")
 LINE("mvme68k",		"MVME68k")
 LINE("mvme88k",		"MVME88k")
 LINE("mvmeppc",		"MVMEPPC")
+LINE("netwinder",	"NetWinder")
+LINE("news68k",		"NeWS68k")
+LINE("newsmips",	"NeWSMIPS")
+LINE("next68k",		"NeXT68k")
+LINE("ofppc",		"OFPPC")
+LINE("palm",		"Palm")
+LINE("pc532",		"PC532")
+LINE("playstation2",	"PlayStation2")
 LINE("pmax",		"PMAX")
+LINE("pmppc",		"pmPPC")
+LINE("powerpc",		"PowerPC")
+LINE("prep",		"PReP")
+LINE("rs6000",		"RS6000")
+LINE("sandpoint",	"Sandpoint")
+LINE("sbmips",		"SBMIPS")
 LINE("sgi",		"SGI")
+LINE("sgimips",		"SGIMIPS")
+LINE("sh3",		"SH3")
+LINE("shark",		"Shark")
 LINE("socppc",		"SOCPPC")
+LINE("solbourne",	"Solbourne")
 LINE("sparc",		"SPARC")
 LINE("sparc64",		"SPARC64")
+LINE("sun2",		"Sun2")
 LINE("sun3",		"Sun3")
+LINE("tahoe",		"Tahoe")
 LINE("vax",		"VAX")
+LINE("x68k",		"X68k")
+LINE("x86_64",		"x86_64")
+LINE("xen",		"Xen")
 LINE("zaurus",		"Zaurus")
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2011-10-16 16:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201110161625.p9GGPJtZ021165@krisdoz.my.domain \
    --to=schwarze@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).