aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd/15.yacc
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* share: Remove ancient SCCS tags.Warner Losh2023-11-2718-33/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1617-34/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Rename documentation source files to avoid filesystem case and restrictedEd Maste2010-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. Notes: svn path=/head/; revision=210167
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fixes to get rid of CD_HACK.Ruslan Ermilov2002-10-302-6/+7
| | | | Notes: svn path=/head/; revision=106202
* bsd.doc.mk changes:Ruslan Ermilov2002-10-291-6/+6
| | | | | | | | | | | | | | | | | | 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
* Fixed references and a bunch of other warnings.Ruslan Ermilov2002-10-243-1/+78
| | | | Notes: svn path=/head/; revision=105863
* Fixed build of recently added legacy docs.Ruslan Ermilov2002-05-221-1/+0
| | | | | | | Reviewed by: grog Notes: svn path=/head/; revision=97099
* Unbreak world.Greg Lehey2002-05-201-17/+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-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> Notes: svn path=/head/; revision=96913
* Initial checkin: 4.4BSD version. These files need to be updated withGreg Lehey2002-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> Notes: svn path=/head/; revision=96911