summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the ``no space after a .Fl'' problem.ru2000-12-151-1/+1
| | | | | | | | | Example: .Fl flag . The space is missing. Obtained from: mdocNG
* Adapt to new struct kinfo_proc and unbreak world.alfred2000-12-141-0/+9
| | | | Apologies to: darrenr who is maintainer
* This commit was generated by cvs2svn to compensate for changes in r70029,obrien2000-12-148-9/+43
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of a GCC 2.96 snapshot taken from the trunk of the FSF GCC anoncvsobrien2000-12-148-9/+43
| | | | | | | | | | | | | | server on 11-July-2000, at 17:32 Zulu. This is the last point [that I know of] that Cygnus synced their internal IA-64 GCC tree with the public FSF one.
* | Prepare for FreeBSD 4.3, we already have the manpage that refers to it.ru2000-12-141-0/+1
| |
* | (scrub_env): change to only accept a listed set of variables,assar2000-12-101-23/+37
| | | | | | | | including only non-filename contents for TERMCAP
* | Do not duplicate our efforts checking FreeBSD version. For a new version,ru2000-12-063-65/+35
| | | | | | | | | | | | simply define the empty string before the .Fx macro definition, like this: .ds Fx*4.3
* | 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.
* | Backout rev 1.2 (emulate `:o' and `/o' letters using 'o'),ru2000-12-061-2/+0
| | | | | | | | since they are already emulated in tmac.tty-char.
* | Reduce the diffs with the stock (FSF) version.ru2000-12-061-2/+2
| |
* | Backout rev 1.2 (workaround for gcc 2.60 expression evaluationru2000-12-061-5/+1
| | | | | | | | bug) as later versions of gcc have apparently this bug fixed.
* | Use stock (FSF) version of this file.ru2000-12-062-2/+4
| |
* | Resolve conflicts after v1.16.1 import.ru2000-12-0521-397/+818
| |
* | Removed yacc(1) output files.ru2000-12-052-197/+0
| |
* | Removed files not present in v1.16.1 import.ru2000-12-0528-490/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r69626,ru2000-12-05443-15691/+68668
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of FSF groff v1.16.1ru2000-12-05467-18666/+71850
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r69482,ru2000-12-012-0/+2
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Follow POLA and bind the <End> key to the `$' command.ru2000-12-012-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is committed to the vendor (BOSTIC) branch because it was accepted (committed) by ``nvi'' maintainers: On Fri, Dec 01, 2000 at 03:51:14PM +0100, Sven Verdoolaege wrote: [...] > RCS file: /b/CVSROOT/vi/cl/cl_bsd.c,v > Working file: cl_bsd.c > head: 8.32 > branch: > locks: strict > access list: > symbolic names: > nvi1-81-1: 8.31 > nvi1-81-0: 8.30 > nvi1-80: 8.29.0.2 > keyword substitution: kv > total revisions: 32; selected revisions: 1 > description: > ---------------------------- > revision 8.32 > date: 2000/12/01 13:56:17; author: skimo; state: Exp; lines: +2 -1 > allow use of <End> key on AT-compatible keyboards (Ruslan Ermilov <ru@FreeBSD.org>) > ============================================================================= > > RCS file: /b/CVSROOT/vi/cl/cl_term.c,v > Working file: cl_term.c > head: 10.28 > branch: > locks: strict > access list: > symbolic names: > nvi1-81-1: 10.27 > nvi1-81-0: 10.23 > nvi1-80: 10.23.0.2 > keyword substitution: kv > total revisions: 47; selected revisions: 1 > description: > ---------------------------- > revision 10.28 > date: 2000/12/01 13:56:18; author: skimo; state: Exp; lines: +2 -1 > allow use of <End> key on AT-compatible keyboards (Ruslan Ermilov <ru@FreeBSD.org>)
* | | | Catch up to perl-5.6.0.sheldonh2000-12-011-14/+16
| | | |
* | | | Update the 3-June-2000 import delete list to keep mkdeps.[ch] whichobrien2000-12-011-1/+0
| | | | | | | | | | | | | | | | is needed by the new C preprocessor.
* | | | Comment an endif.obrien2000-12-011-1/+1
| | | |
* | | | This file not present in 6.10ache2000-11-301-32/+0
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r69408,ache2000-11-3096-758/+6229
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Initial import of slightly trimmed tcsh 6.10ache2000-11-3096-758/+6229
| | | | |
* | | | | Add more environment variables to be filtered through scrub_env().asmodai2000-11-301-0/+7
| | | | | | | | | | | | | | | | | | | | Synched from normal telnet.
* | | | | String paranoia fix. Synched from normal telnet.asmodai2000-11-301-2/+2
| | | | |
* | | | | String paranoia. Merged from regular telnet.asmodai2000-11-301-2/+2
| | | | |
* | | | | Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Edwin Groothuis <mavetju@chello.nl> PR: bin/22787
* | | | | Information on how I did the import and upgrade instructions.obrien2000-11-261-0/+18
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r69216,obrien2000-11-2622-115/+242
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of Christos Zoulas FILE 3.33.obrien2000-11-2622-115/+242
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r69180,obrien2000-11-261-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import a virgin (but trimed) Binutils 2.10 release.obrien2000-11-261-3/+4
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r69159,obrien2000-11-251-0/+9
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import of GNU Binutils version 2.10.1.obrien2000-11-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Believe it or not, this is heavily stripped down.
* | | | | | | Remove binutils 2.9.1 files that are not part of 2.10.x.obrien2000-11-2515-2852/+0
| | | | | | |
* | | | | | | Remove binutils 2.9.1 files that are not part of 2.10.x.obrien2000-11-256-5232/+0
| | | | | | |
* | | | | | | Remove this binutils 2.8.1 file that was never part of any FreeBSD release.obrien2000-11-252-128/+0
| | | | | | |
* | | | | | | Remove this binutils 2.8.1 file that was never part of any FreeBSD release.obrien2000-11-254-834/+0
| | | | | | |
* | | | | | | Update for the Bintuils 2.10.1 import.obrien2000-11-232-32/+31
| | | | | | |
* | | | | | | 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
* | | | | | | mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-42/+42
| | | | | | |
* | | | | | | Add libcompat record for .Lb macro.sheldonh2000-11-201-0/+1
| | | | | | |
* | | | | | | Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD
* | | | | | | 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
* | | | | | | Return to the stock version of this file as local FreeBSD modsru2000-11-171-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to it have been made in mdoc(7) format, but now it is again in man(7) format, and the vendor apparently incorporated our mods.
* | | | | | | 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.
OpenPOWER on IntegriCloud