summaryrefslogtreecommitdiffstats
path: root/share/doc
Commit message (Collapse)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0114-91/+105
| | | | especially in troff files.
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-8/+12
| | | | Add FreeBSD Id tag where missing.
* Fixes to get rid of CD_HACK.ru2002-10-302-5/+12
|
* Fixes to get rid of CD_HACK.ru2002-10-308-23/+24
|
* PRINTERDEVICE can now take multiple values.ru2002-10-294-17/+2
|
* Index is unique for each PRINTERDEVICE.ru2002-10-291-6/+16
| | | | | | Abuse .for so that the variable expansion works inside the N modifier. This won't be a simple abuse with the next version of bsd.doc.mk which will support multi-value PRINTERDEVICE.
* Use a single style for share/doc/ makefiles.ru2002-10-2934-150/+129
|
* Sort SUBDIR list.ru2002-10-291-3/+2
| | | | Don't mention SGML docs which now live elsewhere.
* bsd.doc.mk changes:ru2002-10-2921-150/+130
| | | | | | | | | | | | | | | 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) only where needed.ru2002-10-255-3/+6
|
* Don't preprocess with tbl(1).ru2002-10-251-2/+0
|
* Kill the remnants of BOG.ru2002-10-252-26/+0
|
* Preprocess with tbl(1).ru2002-10-252-0/+3
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Simplify.ru2002-10-251-6/+4
|
* 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 a warning.ru2002-10-241-1/+1
|
* Fixed references and a bunch of other warnings.ru2002-10-249-9/+266
|
* Move more games stuff to the attic.markm2002-10-212-20/+0
|
* Do not build the majority of the games. Remaining are themarkm2002-10-201-4/+0
| | | | "utility-like" games and everyone's favourite, fortune(6).
* 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.
* Make it works with POSIX sort (POS arg)ache2002-09-241-1/+1
| | | | All old sorts understand -k too.
* Make it official. The old BIND Operator's Guide has no informationdougb2002-07-071-3/+0
| | | | relevant to operation of a modern name server.
* Unbreak build by removing 10.named for nowdougb2002-07-011-1/+4
|
* Nuke SCCS docos, they're dead, again.jmallett2002-06-302-10/+1
|
* Remove references to UIO_USERISPACE which no longer exists.peter2002-06-201-2/+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
* Reconnect 21.troff to the build.ru2002-05-201-1/+1
|
* Build this document in a standard way.ru2002-05-201-30/+2
|
* Fixed roffing.ru2002-05-204-13/+19
|
* Check that src/games exists in a less error-prone way.ru2002-05-203-9/+1
| | | | PR: misc/38292
* Remove 21.troff from the build, it is broken.silby2002-05-201-1/+1
|
* 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>
OpenPOWER on IntegriCloud