summaryrefslogtreecommitdiff
path: root/sponge.docbook
AgeCommit message (Collapse)AuthorFilesLines
2013-11-05Use docbook-xsl to build man pagesPeter Eisentraut1-0/+2
Use the style sheets from docbook-xsl to build man pages from DocBook, instead of the obsolete docbook2x package. Adjust Debian build dependencies accordingly. Add some man page metadata required by the new tool chain to the sources.
2013-11-05Use http system identifiersPeter Eisentraut1-1/+1
This makes the DocBook files independent of particular file-system layout. On system with proper XML catalog setups, there should be no difference. (No actual HTTP calls will be made.)
2011-11-18Typo. Closes: #649158Joey Hess1-1/+1
2010-09-13updateJoey Hess1-1/+3
2010-09-13sponge: Ensure that output file permissions are always preserved if it ↵Joey Hess1-2/+6
already exists.
2010-09-13sponge: Guarantee that output file is always updated atomically, by renaming ↵Joey Hess1-1/+2
a temp file into place. Closes: #592144
2010-07-12Add missing AUTHOR section to docbook man pages.Joey Hess1-0/+7
2009-10-31wordingJoey Hess1-2/+2
2006-09-14* spongs: Output to stdout if no file is specified, useful in a pipelinejoeyh1-0/+2
such as: cvs diff | sponge | patch -R -p0 Closes: #387501
2006-03-23* Back to Mithandir's C sponge, now fixed.joeyh1-0/+64
2006-03-13releasing version 0.60.6joeyh1-64/+0
2006-03-08* Indentation improvements.joeyh1-32/+32
2006-03-03* Switch sponge to a C implementation by mithandir.joeyh1-0/+64
* Build dep on docbook-xml.