summaryrefslogtreecommitdiffstats
path: root/contrib/groff/tmac
Commit message (Collapse)AuthorAgeFilesLines
* Install the stock (as supplied by groff(1) distribution) tmac.anru2000-12-061-1/+2
| | | | | and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have been modified to call groff(1) with -mandoc argument.
* Resolve conflicts after v1.16.1 import.ru2000-12-054-14/+28
|
* This commit was generated by cvs2svn to compensate for changes in r69626,ru2000-12-0521-446/+1567
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of FSF groff v1.16.1ru2000-12-0526-458/+1589
| |
* | Add the appropriate magic to make .Fx 4.1.1 work.ben2000-11-232-0/+2
| |
* | Make An macro understand two special arguments, -nosplitru2000-11-221-7/+9
| | | | | | | | | | | | and -split. See the mdoc.samples(7) manpage for details. Reviewed by: sheldonh
* | Add libcompat record for .Lb macro.sheldonh2000-11-201-0/+1
| |
* | While in the SYNOPSIS section, Nm macro always required anru2000-11-181-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | argument to setup indentation for the rest of the synopsis line and to automatically emit a line break for a non-first synopsis line. It does not require it anymore. The following now works as expected: .Sh NAME .Nm utility .Sh SYNOPSIS .Nm .Cm start .Nm .Cm stop
* | Fixed Nm macro so that it accepts punctuation characters as argument.ru2000-11-171-15/+4
| | | | | | | | | | | | | | | | | | | | For example, neither of the following worked before: .Nm , name, .Nm . name. .Nm : name: .Dq Nm ``name'' .Op Nm . [name].
* | Make the question mark (`?') a valid punctuation character.ru2000-11-163-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | One can now, for example, write: .Sh EXAMPLES Have you read the .Xr mdoc 7 ? .Pp Do you like .Fx ? The mdoc.samples(7) page has been automatically updated to record this change.
* | Fix problem with extra space after an Xr, because aZ was being called twice.ru2000-11-161-7/+5
| | | | | | | | | | | | Fix the no-space-after-a-period-in-macro problem. Obtained from: NetBSD
* | Fixed the last-minute bug I have made in previous revision (.ie -> .if).ru2000-11-131-1/+1
| |
* | Really make the Fx macro parsed and callable.ru2000-11-132-34/+48
| |
* | Cleaned up the .St macro.ru2000-10-111-152/+38
| | | | | | | | Obtained from: NetBSD
* | Add a macro for ISO C99 ("isoC-99").obrien2000-10-101-0/+10
| |
* | Fix the `missing footer' problem. See the comment for details.ru2000-10-061-0/+7
| | | | | | | | Obtained from: NetBSD
* | Removed files not present in v1_15 import.ru2000-09-222-330/+0
| |
* | Fixed the `mysterious blank lines' problem. This was due to unconditionalru2000-09-213-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use of the .ne requests. groff(1) apparently inserts some virtual trap at the end of each page, and this was causing the .ne request to output extra lines. Solution is to only use them in troff mode. Also fixed a related bug in .It macros, where it would insert a page break in the middle of a sentence. Removed the end of page trap in nroff mode, as this causes .sp requests to sometimes eat the space due to the nearby trap. Removed blank line that appeared as the first line on each nroff-formatted manual page. Obtained from: NetBSD
* | Teach .Fx and .Os about FreeBSD 4.2.ru2000-09-012-0/+2
| |
* | Add libusb record for .Lb macrophantom2000-08-291-0/+1
| |
* | s/Diggest/Digest/green2000-07-281-1/+1
| |
* | Remove stale file - moved to new locationache2000-05-071-4833/+0
| |
* | Update my copyright. Add license.phantom2000-05-042-7/+48
| |
* | Set `Er' default value to 17n (length("EPROTONOSUPPORT") + 1)phantom2000-05-041-1/+1
| | | | | | | | Discussed long time ago at -committers
* | Add libipsec to the list of known libraries for .Lb macrophantom2000-05-011-0/+1
| |
* | Fix typophantom2000-04-281-1/+1
| | | | | | | | Noticed by: jasone
* | Suggest to use -pthreads instead of -lc_rphantom2000-04-271-1/+1
| | | | | | | | Noticed by: John-Mark Gurney <gurney_j@efn.org>
* | Add note about synchronization of .Lb macro code and its sectionphantom2000-04-231-0/+2
| | | | | | | | in mdoc.samples(7)
* | Teach .Lb macro about other libraries.phantom2000-04-221-2/+13
| |
* | Introduce new mdoc macro -- Lb. It will be used to define library ownershipphantom2000-04-211-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for function. For example: for stat(2) syscall (owned by libc) we will add following code: .Sh LIBRARY .Lb libc and it will be rendered to: LIBRARY Standard C Library (libc, -lc) Suggested by: mpp Idea obtained from: NetBSD
* | Teach Fx and Os about FreeBSD 4.1 and FreeBSD 5.0.ru2000-03-132-0/+5
| |
* | Fix a problem that caused the generation of an (almost) empty firstjoerg2000-01-272-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | page of -mdoc manual pages in troff mode. The problem has been introduced in rev 1.12; apparently ending a line inside a macro definition with \c doesn't behave as Bill expected, and troff was fooled to believe previous output was already pending thus a new page needed to be emitted. Using a troff comment .\" instead of \c seems to solve this, alas the brain^Wnice sed(1) magic needs to be taught to _not_ strip those comments now. I think -stable is not affected by this.
* | Fix conflicts which arose during import, also add $FreeBSD$.asmodai2000-01-125-11/+21
| |
* | This commit was generated by cvs2svn to compensate for changes in r55839,asmodai2000-01-129-18/+4136
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of FSF groff v1.15asmodai2000-01-1214-41/+4168
| |
* | Teach .Os macro about 3.4-RELEASE and 3.5-RELEASE.phantom2000-01-071-0/+4
| | | | | | | | Allow to specify major version number only (like ``.Os FreeBSD 3''.
* | Teach .Fx macro about 3.4-RELEASE and 3.5-RELEASEphantom2000-01-071-0/+3
| |
* | Oops, fix typo in prev commitache2000-01-061-1/+1
| |
* | Don't set \(hy to char173 for koi8-rache2000-01-061-1/+2
| |
* | Allow .Rv macro to be used in 7th section also. This patchphantom1999-09-221-1/+3
| | | | | | | | | | | | will fix "Usage: .Rv ..." error at mdoc.samples.7 Ok'ed by: mpp
* | Allow "Alpha" as 2nd argument for .Dt macro. So, we can gophantom1999-09-221-1/+2
| | | | | | | | with "Alpha architecture" manpages.
* | pick up locales from locale subdirache1999-09-111-0/+5
| | | | | | | | Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
* | koi8-r mandoc tweaksache1999-09-112-0/+222
| | | | | | | | Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
* | source hyphen.us-ru from locale subdirache1999-09-111-1/+2
| |
* | Add FreeBSD 3.3 to the Fx and Os macros.ru1999-09-072-0/+2
| |
* | change prev. commit: emulate latin1 on ascii if latin1 chars areache1999-07-312-2/+2
| | | | | | | | in the text as groff authors suppose
* | Pick hardcoded latin1 chars definitions only if -Tlatin1ache1999-07-312-2/+3
| |
* | Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.mpp1999-07-301-0/+8
| |
* | Add 3.2 to the list of legal FreeBSD versions for the .Os FreeBSD macro.fenner1999-05-141-0/+1
| |
* | Add 3.2 to the list of legal FreeBSD versions for the .Fx macro.fenner1999-05-141-0/+1
| |
OpenPOWER on IntegriCloud