summaryrefslogtreecommitdiffstats
path: root/share/doc/psd
Commit message (Collapse)AuthorAgeFilesLines
* de-__Pcharnier2003-07-062-4/+5
| | | | | use port/proto to represent services (not proto/port). add FBSDID
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+3
| | | | especially in troff files.
* Fixes to get rid of CD_HACK.ru2002-10-306-18/+19
|
* PRINTERDEVICE can now take multiple values.ru2002-10-291-5/+0
|
* Use a single style for share/doc/ makefiles.ru2002-10-2911-52/+46
|
* bsd.doc.mk changes:ru2002-10-2910-59/+53
| | | | | | | | | | | | | | | Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
* Preprocess with tbl(1).ru2002-10-252-0/+3
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Preprocess with tbl(1).ru2002-10-251-0/+1
|
* Eliminate warnings.ru2002-10-241-2/+5
|
* Preprocess with tbl(1), eliminate warnings.ru2002-10-242-5/+5
|
* Fixed references and a bunch of other warnings.ru2002-10-249-9/+266
|
* Fix a dozen typos, among them dmr's last name :-) and the ever soschweikh2002-10-121-299/+299
| | | | | | popular "dependant" (which the original reference manual does not have). Nuke whitespace at EOL.
* Nuke SCCS docos, they're dead, again.jmallett2002-06-302-10/+1
|
* Note that this is a historical document and that users should referfanf2002-05-261-0/+5
| | | | | | | to flex(1) in preference. Reviewed by: grog Approved by: dwmalone (mentor)
* PSD:19 (curses) is long dead.ru2002-05-221-8/+0
|
* Unencumber.ru2002-05-221-12/+12
|
* Build sccs(1) docs.ru2002-05-222-2/+11
|
* 19.curses wasn't encumbered, it's just dead.ru2002-05-221-1/+1
|
* Fixed build of recently added legacy docs.ru2002-05-226-27/+6
| | | | Reviewed by: grog
* Unbreak world.grog2002-05-207-124/+3
| | | | | | | | | | Obtained from: mark Pointy hat to: grog Change msU macros to mU. This is only a partial solution; the whole issue of building the documentation needs to be revisited.
* Remove subdirectories 3, 4, and 17 from the build; they do not buildsilby2002-05-201-2/+2
| | | | properly at this time.
* Include the following previously encumbered documentation in the build:grog2002-05-191-6/+8
| | | | | | | | 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 15.yacc 16.lex 17.m4 Some of these produce a number of warnings. I don't want to remove them yet, because some noble soul may decide to remove the cause of the warnings, but they won't if it doesn't bite them.
* Remove original license disclaimer.grog2002-05-192-7/+54
| | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD. This one was relatively easy, though it still contains obscenities.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+949
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-192-35/+82
| | | | | | | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD. This one's a real mess. It's full of undefined macros, and in one place deliberately causes syntax warnings. I've decided against taking out the undefined macros: they don't alter the format of the output document, and maybe one day somebody will put in the macro definitions. Note that this file corrects a number of format errors which appear in the O'Reilly 4.4BSD manual set.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+2321
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-192-42/+86
| | | | | | | | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD. This was relatively complicated: the original text used the msU macros, which are available in a number of different kinds. This version uses a number of mm-like macros, including AL and BL, which just aren't available in ms, and the msU macros I've found (even the ones in 4.4BSD) don't have them either. I replaced them with ms constructs, which makes it format better than the O'Reilly document, but I wasn't able to get the table of contents (ms doesn't have that facility). Add a prominent comment that this is not a reference for any modern version of C.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+4557
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-1911-43/+387
| | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-1911-0/+2947
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-192-5/+52
| | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make buildable under FreeBSD.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+1065
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-193-12/+108
| | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-193-4/+165
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-192-0/+1262
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-191-3/+18
| | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing.
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-198-0/+2079
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Remove original license disclaimer.grog2002-05-1918-61/+621
| | | | | | | | | | | | | | | | | | Add Caldera license. Approved by: David Taylor <davidt@caldera.com> Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing. In addition, the pagination is not correct, with the result that some .DS/.DE blocks leave large amounts of white space empty before them. Possibly this could be fixed by putting the (blank) footnotes at the end. PR: 35345 Requested by: Tony Finch <fanf@dotat.at>
* Initial checkin: 4.4BSD version. These files need to be updated withgrog2002-05-1918-0/+2695
| | | | | | | current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor <davidt@caldera.com>
* Removed a no-op FILES from bsd.doc.mk.ru2001-12-172-2/+0
|
* Eliminate ``number register `.U' not defined'' groff(1) warnings.ru2000-11-291-0/+1
|
* Eliminate groff(1) warnings.ru2000-11-271-0/+4
|
* MAXHOSTNAMELEN is 256, not 64kris2000-11-261-1/+2
|
* Reimplement the groff(1) warnings elimination fixes in a better way.ru2000-11-241-1/+1
|
* Eliminate groff(1) warnings.ru2000-11-231-1/+1
|
* Eliminate groff(1) warnings.ru2000-11-231-1/+2
|
* Update to include a link to the referenced papers when PRINTERDEVICE=htmlnik2000-10-261-24/+81
| | | | | PR: docs/22140 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* To avoid confusion, zap libcurses. ncurses provides both curses, termcappeter1999-11-262-42/+1
| | | | and termlib (terminfo) support.
* $Id$ -> $FreeBSD$peter1999-08-2823-23/+23
|
OpenPOWER on IntegriCloud