Commit Graph

132 Commits

Author SHA1 Message Date
christos 943f0edff6 Revert 1.19 -> 1.20 change by thorpej. This should work as it is. 1999-08-30 00:41:57 +00:00
ross ae4bef3958 Mark Ap as callable. 1999-08-23 21:20:27 +00:00
christos ac6f0fa99e Arrange so that we can compile from a different location 1999-07-10 20:04:03 +00:00
itojun 834a62973d add LIBRARY section into libipsec manpages.
add ".Lb libipsec" for this.
1999-07-04 01:27:19 +00:00
kleink e1b70af662 * Change the -p1003.1-96 macro to output a reference to its corresponding
ISO/IEC document.
* Add macros for ISO C, including AMD1 and TCor1/2.
* Add a macro for XNS5.2 D2.0, to be used for IPv6-related references for the
  time being.
1999-07-03 14:14:32 +00:00
ross c81cf70565 * Sync .St with the main mdoc
* Fix (some of) the bugs with .Fn
1999-06-01 18:25:15 +00:00
kleink b3bfd34c17 Remove the susv2 macro: it is not a standard document `as such' that can be
referred to.
1999-05-22 23:08:24 +00:00
jwise a7688eacb5 Add flags to .St for more volumes of the X/Open SUSV2 1999-05-22 22:08:49 +00:00
ross edf0d488ba New: -xcu5 (X/Open Commands and Utilities Issue 5)
New: -susv2 (Version 2 of the Single UNIX Specification)
Fixed: a dozen others: lots of cargo-cult "small caps" applied to lower
case, unneeded \& prefixes, and IEEE Std#### rewritten as IEEE Std ####.
1999-05-22 19:57:13 +00:00
ross c23750b230 Render .Sx markup in bold. 1999-05-03 17:03:19 +00:00
ross 40e932dbb4 Fix bugs reported by mycroft, except one. 1999-04-30 23:47:25 +00:00
ross eebe0f5595 * Make Qq callable.
* Dump hyphenation type in the register dump macro.
1999-04-28 00:23:39 +00:00
mycroft 050bfa0d91 Ross points out that removing the .ne inside .It can cause widows in troff
mode.  So, put it back -- in troff mode only -- but preceded by an explicit
break to prevent the widows previously mentioned.
1999-03-24 08:06:26 +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 286b628b2a Remove blank line. 1999-03-23 03:53:26 +00:00
ross cb405ed6fc Kill Nm-save warning. 1999-03-18 18:57:42 +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 69d3eeb52c Kill groffisms that crept in with delta 1.8. 1999-03-09 10:38:19 +00:00
ross bdc8307365 Call Popwarn only if groff 1999-03-09 08:32:52 +00:00
ross e749d6fa7e Viciously cleanup the .St (Standards) macro. 1999-03-09 06:36:30 +00:00
ross 438ee91423 .warn-harden 1999-03-09 06:33:46 +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 9bb81e3d52 Partial .warn cleanup .. if mdoc didn't generate warnings all by
itself, we could do a .warn-enabled sweep of the man pages.
 * Mainly, kill strings by redefining them as null instead of using .rm
 * Push and pop the warning level around unavoidable trouble spots
 * Do all of this only if in groff
 * Fix a really obscure bug in .Nm
 * Make the .em warning an abort.
1999-03-09 06:31:00 +00:00
ross a5cb41e7a0 Improve appearance, tone down the .Sh size, define a <style> for color
headings, etc. Please feel free to fiddle with this stuff, people...
1999-03-09 06:25:58 +00:00
mycroft 471c3c1228 Make Pq, Po, Pc, Oo, Oc callable. 1999-03-07 08:48:48 +00:00
mycroft a982881d5d Escape some punctuation, and make Oo and Oc aliases for Bo and Bc. 1999-03-07 08:37:03 +00:00
mycroft 7559ea6c00 Oops; previous was wrong. 1999-03-07 03:34:37 +00:00
mycroft 44bbef9a61 Fix an old type that doesn't appear to matter. 1999-03-07 03:26:37 +00:00
mycroft e3ad734bcc Sort of add .Oo and .Oc. Needs more work. 1999-03-07 02:17:36 +00:00
mycroft 7bb943b0ae Oops; fix pasto. 1999-03-06 16:51:36 +00:00
mycroft 2310a13c6b Fix the space-after-period problem. 1999-03-06 16:39:02 +00:00
mycroft 91ca52e5cb Minor cleanup. 1999-03-06 16:21:53 +00:00
mycroft 87dcf585f2 Minor cleanup. 1999-03-06 15:59:22 +00:00
mycroft bb46ac40fa Minor cleanup. 1999-03-06 15:43:59 +00:00
mycroft 736c11026a Minor cleanup. 1999-03-06 15:37:07 +00:00
mycroft 0a17d56476 Fix problem with extra spaces after a .Xr, because .aZ was being called twice. 1999-03-06 10:12:08 +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
kleink ca03c2d3ef Add a macro for our friend, the System V Interface Definition. 1999-02-06 15:01:13 +00:00
ross 1ece689dfe Define mode-null-{on,off} for turning off special modes.
Turn off any special modes when Ns is called.
1999-01-28 00:11:07 +00:00
ross f46336fd65 Make .Ux be callable. 1999-01-25 23:27:46 +00:00
ross fa592fc423 Fix bug with html < and > chars found by Alan Barrett. 1999-01-17 12:17:11 +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
ross b06a2e73d0 New symbolic characters for HTML integration: <, >, &, _
\*<, \*>, \*& : safely output <>& in both -mdoc or -mdoc2html
	\*_ : hard space for both -mdoc and -mdoc2html
1999-01-13 07:08:39 +00:00
ross ce15988287 Call .e@ instead of .em, second half of .em protection. 1999-01-13 07:06:35 +00:00
ross 466c9bd705 * Add a debug-mode message when beginning an eB diversion. This is to help
find the actual source of the common "automatically ending `eb' diversion
on exit" error. This generally means you tried something like `.Em Do not'
which accidently calls the `Do' request, which _must_ be followed by Dc.
* Add a .Me request for marking up menu entries.
* Print the source line number on the "Extraneous .Ed" error. (Duhh.)
* New requests for HTML integration: .Mt (mailto) and .Lk (link).
* Rename the .em built-in to e@ and print an error if .em is ever
accidently invoked.
1999-01-13 07:05:09 +00:00
ross a8a689fff2 New module: doc2html. 1999-01-13 05:21:46 +00:00