summaryrefslogtreecommitdiffstats
path: root/share/doc/psd
Commit message (Collapse)AuthorAgeFilesLines
* MFC r289393:bdrewery2015-12-041-0/+2
| | | | Add more SUBDIR_PARALLEL.
* Revert r256095, r256120 (partial), r256121:gjb2013-10-095-0/+25
| | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core
* Good bye RCS. You will be missed.eadler2013-10-075-25/+0
| | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs)
* Remove CVS from the base system.eadler2013-06-152-12/+1
| | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core
* - change "is is" to "is" or "it is"eadler2011-10-164-5/+5
| | | | | | | | - change "the the" to "the" Approved by: lstewart Approved by: sahil (mentor) MFC after: 3 days
* Fix typo - "is is" should have been changed to "it is" in r218965.brucec2011-02-261-1/+1
|
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
| | | | | | PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-0435-8/+14826
|
* Rename documentation source files to avoid filesystem case and restrictedemaste2010-07-164-2/+2
| | | | | | | filename issues when checking out the source on other operating systems. I've verified the generated paper.ascii is identical before and after the change.
* For variables that are only checked with defined(), don't provideru2004-10-2417-28/+28
| | | | any fake value.
* Normalize.ru2004-01-201-5/+23
|
* 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>
OpenPOWER on IntegriCloud