Commit Graph

40 Commits

Author SHA1 Message Date
kleink 4216064847 Roll forward towards 1.5; addresses PR misc/10493 from Love. 2000-07-04 07:12:47 +00:00
soren c35d77d881 Add sgimips. 2000-06-24 11:04:55 +00:00
tsutsui 8810dd5228 Add cobalt. 2000-05-14 13:16:47 +00:00
bjh21 8748ae4382 Add arm26 port 2000-05-11 19:35:03 +00:00
soren d30e003dab Add new ports. 2000-02-18 10:09:25 +00:00
tron a928b0f18c Fix manual page formatting problem. Fix supplied by Patrick Welche
in PR misc/9131.
2000-01-08 17:15:18 +00:00
itohy a5f38cc443 Add news68k 1999-12-10 06:04:01 +00:00
simonb c47af90e21 Display the header of system specific manpages as
NetBSD/foo Manual Name
instead of
	NetBSD Manual Name (foo Architecture)
Manual page headers now fix within 80 columns.

Work by Chris Demetrioui six or more months ago, with minor updates to
current reality by me.
1999-12-08 01:57:37 +00:00
ross ae4bef3958 Mark Ap as callable. 1999-08-23 21:20:27 +00:00
ross eebe0f5595 * Make Qq callable.
* Dump hyphenation type in the register dump macro.
1999-04-28 00:23:39 +00:00
mycroft b88d12625c Fix the `missing footer' problem. See the comment for details. 1999-03-23 11:50:09 +00:00
mycroft 8b0c29593a Make Qo and Qc callable again. 1999-03-23 09:29:11 +00:00
mycroft 0d83fb3bab Fix the `mysterious blank lines' problem (in 98% of cases, anyway). This was
due to unconditional use of .ne.  groff apparently inserts some virtual trap
at the end of each page, and this was causing the .ne commands to output extra
lines.  Solution is to only use them in troff.

Also fix a related bug in .It, where it would insert a page break in the middle
of a sentence.

Remove the end of page trap in nroff mode, as this causes .sp to sometimes eat
the space due to the nearby trap.

Lastly, undue a previous change that broke the formatting of the SYNOPSIS
section, until we determine the right way to fix that.
1999-03-23 06:44:38 +00:00
mycroft 8b2054fafc Use \n(dn to test whether the quoting diversion is empty, rather than
comparing the input line number.  The latter fails with things like:
.Oc Oc
because there is nothing in the diversion when the second Oc is executed,
which caused the command that adds \*(b2 to the output to be eaten.
1999-03-16 01:19:56 +00:00
ross 1c24ee5ca4 We didn't get the .Bl / .El match fix done tonight.. go back to a warning so the
tree will build.
1999-03-09 12:05:35 +00:00
ross e1135b6c55 Predefine the dD string. (.warn-harden)
Detect a net deficit of .El requests (and abort)
1999-03-09 06:33:21 +00:00
ross 2f4fede2c2 Back out last rev. "Nice try". 1999-02-10 23:16:07 +00:00
ross 87e810db61 Fix the bug that was inserting blank lines between `pages' in tty
mdoc(7) man(1) output. (There aren't supposed to be any `pages'.)
1999-02-09 18:11:36 +00:00
ross f46336fd65 Make .Ux be callable. 1999-01-25 23:27:46 +00:00
ross 1e1ba724e3 * Add number registers for Lk, Mt, Nx, and Me; mainly so these can be
callable by parsed macros.

* Improve the .Ss orphan-protection.
1999-01-13 07:19:16 +00:00
garbled 3813b46baf Add additional AT&T UNIX macros for versions 1-5. Change default for
.Os to NetBSD 1.4 instead of "4.4 BSD"

Note.. many of the undocumented macros in here are broken, like the .Px,
and .As macros.  Someone with more clue should fix them.
1999-01-11 19:09:30 +00:00
ross 9a5c6e6324 Changes to .Nx macro.
* Don't print the `et' in an itty bitty point size just because we want
  small caps for the rest of `NetBSD'.
* Define an Nx number register so the macro becomes sort-of callable. It
  does punctuation wrong, looking at argument count rather than argument
  type, so this will need fixing before it is truly `parsed and callable'.
1998-11-08 04:10:38 +00:00
fair c9eddcd89c add .SH to the list of non-mdoc macros that mdoc will complain about 1998-04-28 07:53:29 +00:00
thorpej 9452ea8c0b Put RCS IDs in the right place. 1998-02-15 00:40:07 +00:00
perry 55d2da9a0b remove da30 and Tahoe gunk; make I386 into i386 even if it isn't conventional 1998-02-05 05:48:46 +00:00
kleink 1e97337b98 Add entries for 1.3A and 1.4. 1997-12-20 20:37:35 +00:00
mycroft 288a555e0e Fix y2k problem. 1997-11-17 01:37:56 +00:00
phil 861ed7d465 Remove unneeded files, merge back in NetBSD local changes. 1997-07-02 02:55:38 +00:00
cgd 594ba5d1c8 add missing entries for ".Os NetBSD <version>" versions. also, fix
a few that were there but incorrect (e.g. s/0.9a/0.9A/ in output text).
When updating .Nx, don't forget to update this, too!
1997-05-28 19:49:48 +00:00
perry f91b25a157 RCSid Police 1996-10-15 20:04:22 +00:00
mycroft 016196e6c3 Add architecture-specific macros that were missing (alpha, arm32, mvme68k,
an pica).
1996-09-07 18:58:11 +00:00
leo 3bb1747d99 Add the atari. 1996-07-06 21:29:51 +00:00
oki fd1d25c174 added header string for x68k architecture 1996-06-16 13:27:00 +00:00
perry 5b6f34a9a4 Added macros to make section 9 man pages default to "NetBSD Kernel Manual".
I would have prefered the "Kernel Internals Manual", but some man pages
in the kernel section have names too long to make that possible without
messing up the title lines. (Sigh.) Also designated "KM" to indicate
"NetBSD Kernel Manual" for completeness.
1995-12-19 19:14:45 +00:00
mycroft c6cf67ee10 Recognize version 1.1. 1995-01-03 05:57:18 +00:00
chopps e905d504dd add our architechures to .Dt 1994-08-31 05:55:57 +00:00
cgd 8627f24dba add OS defn's for 0.9a and 1.0. also change 0.8a and 0.9 to be
non-experimental
1993-07-17 14:35:59 +00:00
deraadt c2ea97f40f fixed an annoying typo in the headers of 90% of manuals: NetBSDd -> NetBSD 1993-06-06 08:34:16 +00:00
cgd 8dbaf99aba change UNIX to NetBSD (EEK!), and add NetBSD OS names 1993-05-03 00:56:32 +00:00
cgd 61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00