summaryrefslogtreecommitdiff
path: root/lib/libutil/uucplock.3
AgeCommit message (Collapse)Author
2001-01-07libutil.h -> util.hChristian Weisgerber
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-28no need to spec the link pathTheo de Raadt
1999-09-21Add opendisk from NetBSD.Constantine Sapuntzakis
Add OpenBSD tags to files
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
it's not supposed to be a hyphen/dash
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-06-05capitalize the acronym IDAaron Campbell
1998-06-08Add uu_lock_txfr() for donating locks to another process.brian
Reviewed by: Theo
1997-11-09Introduce uu_lock(), uu_unlock() and uu_lockerr()bri
into libutil. Obtained from: FreeBSD Reviewed by: Theo