aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/01.cacm
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-237-14/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-2/+2
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fixes to get rid of CD_HACK.Ruslan Ermilov2002-10-302-6/+6
| | | | Notes: svn path=/head/; revision=106202
* bsd.doc.mk changes:Ruslan Ermilov2002-10-291-7/+7
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=106143
* Preprocess with tbl(1).Ruslan Ermilov2002-10-251-0/+1
| | | | Notes: svn path=/head/; revision=105922
* Fixed references and a bunch of other warnings.Ruslan Ermilov2002-10-243-1/+120
| | | | Notes: svn path=/head/; revision=105863
* Unbreak world.Greg Lehey2002-05-201-18/+0
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=96964
* Remove original license disclaimer.Greg Lehey2002-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. Notes: svn path=/head/; revision=96915
* Initial checkin: 4.4BSD version. These files need to be updated withGreg Lehey2002-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> Notes: svn path=/head/; revision=96914