summaryrefslogtreecommitdiffstats
path: root/contrib/groff/tmac
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Complete the list of FreeBSD version numbers accepted by the .Fx macro.jkoshy1999-05-141-0/+6
| | | | | | | | | | PR: docs/11705 Submitted by: Stephen J. Roznowski <sjr@home.net>
* | Make .Os behave as defined (unrecognized arguments displayed as given).fenner1999-02-181-12/+8
| | | | | | | | | | Add a warning for unknown BSD versions. Make ".Os FreeBSD" work without a warning (fix bug in previous commit).
* | Change .Fx macro to always display "FreeBSD" and its argument, whetherfenner1999-02-151-89/+40
| | | | | | | | | | | | | | | | | | | | the argument is a known FreeBSD version or not. Output an nroff error if .Fx is used with an unknown FreeBSD version. Change .Nx and .Ox macros to always display the argument, whether the argument is a known version or not. This eliminates much of the need to syncrhonize .Nx and .Ox with their source OS's -- only the exceptions (like ".Nx 1.2a" -> "NetBSD 1.2A") where the argument is not directly copied to the output need to be added.
* | Always define oS to be "FreeBSD $2", no matter whether or not wefenner1999-02-151-17/+19
| | | | | | | | | | | | know the version number given as the argument to ".Os FreeBSD xxx". Output nroff warning when we see a version number that we don't know about.
* | - Add FreeBSD 2.2.7, 2.2.8, 3.1, and 4.0 to the Fx and Os macros.yokota1999-02-072-0/+17
| | | | | | | | | | | | | | - Add 2.2.1 and 2.2.2 missing in a couple of places too. (This is an interim measure and a better way of redefining these macros is in discussion.)
* | Correct the previous Y2K "fix". It caused man page dates to comejdp1999-01-191-1/+2
| | | | | | | | out like "January 19, 99+1900".
* | Add a macro for ISO/IEC 9945-1: 1996, the official designation of the mostwollman1999-01-031-0/+16
| | | | | | | | recent POSIX.1 standard.
* | The \*(td string macro, which is supposed to display today's date in the formobrien1998-12-061-1/+2
| | | | | | | | | | | | | | | | "October 14, 1998". A Y2k fix makes it now display "October 14, 98+1900". Appears you can perform arithmetic in a string definition. PR: gnu/8321 Reviewed by: Andrew J. Korty <ajk@purdue.edu>
* | Add a .St -p1003.1g.wollman1998-09-121-0/+10
| |
* | Added .St -susv2 --> Version 2 of the Single UNIX Specificationalex1998-09-071-0/+3
| |
* | Add XPG4.2.dt1998-07-081-0/+10
| |
* | Add OS macros for FreeBSD 2.2.6, OpenBSD 2.2, OpenBSD 2.3.wosch1997-12-281-0/+6
| |
* | diff to /usr/share/tmac/mdoc/mdoc-syms to acceptjkh1997-12-271-0/+2
| | | | | | | | | | | | .Fx 2.2.1 .Fx 2.2.2 Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* | Year 2000 fixes for groffjraynard1997-12-202-2/+2
| | | | | | | | | | PR: 4930 Submitted by: Stephen J. Roznowski
* | .Ox macro needs to support "OpenBSD 2.1"wosch1997-09-191-0/+2
| | | | | | | | | | PR: docs/4561 Submitted by: Norihiro Kumagai <kuma@slab.tnr.sharp.co.jp>
* | add .St -p1003.1b and -p1003.1b-93peter1997-05-121-0/+20
| |
* | back out rev 1.8 (last minute CDROM releases)wosch1997-03-291-6/+0
| |
* | Add last minute CDROM releases 2.1.6.1, 2.1.7.1, 2.2.1 to macro .Fxwosch1997-03-231-0/+6
| |
* | Add all of the pre-FreeBSD 2.0 release to the .Fx macro.mpp1997-03-211-0/+8
| |
* | Update the usage message for the ".Bf" macro to match the actualmpp1997-03-191-1/+1
| | | | | | | | arguments that it takes.
* | Bring the .Nx (NetBSD) macro into line with NetBSD's version.mpp1997-03-061-16/+41
| | | | | | | | Add the .Ox (OpenBSD) macro from OpenBSD.
* | The .Os macro was missing 2.1.6, 2.1.7 and 3.0.mpp1997-03-062-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | The .Fx macro was missing 2.1.7. Add 2.2.5 to both .Os and .Fx. If I'm wrong about the version number, no big deal - it can be removed later, but I wanted to be able to get this into 2.2 so that when I'm using a 2.2 system ome months down the line, man pages intended for (what I think will be the next 2.2 release) will be formatted properly. Also fix a typo in a comment.
* | Revert a $FreeBSD$ to $Id$ (file otherwise modified)peter1997-02-221-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Change the description for section 4 to read:mpp1997-01-021-1/+1
| | | | | | | | | | | | | | | | Kernel Interfaces Manual This was needed because of a few man pages like keyboard(4) which caused the header to become unreadable with the longer description.
* | a uniq name for every manpage section in header macro .Dtwosch1996-12-311-1/+8
| |
OpenPOWER on IntegriCloud