summaryrefslogtreecommitdiffstats
path: root/lib/libutil/uucplock.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* uucplock(3) is incorrectly named in some places, it is actually uu_lock(3)deraadt2019-08-301-178/+0
| | | | (more unclear is if anything in ports uses this, as our base no longer does)
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
| | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-4/+4
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* add uu_lock_txfr to .Nm list;jmc2005-10-121-2/+3
|
* - typosjmc2003-05-231-2/+2
| | | | - new sentence, new line
* .Xr typos;jmc2003-03-061-2/+2
| | | | ok deraadt@
* o) start new sentence on a new line;mpech2002-05-011-7/+9
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
| | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
* libutil.h -> util.hnaddy2001-01-071-2/+2
|
* Arguments to .Dt macros should be all-caps.aaron2000-09-171-2/+2
|
* Mostly punctuation fixes.aaron2000-04-151-12/+12
|
* no need to spec the link pathderaadt2000-03-281-6/+1
|
* Add opendisk from NetBSD.csapuntz1999-09-211-1/+1
| | | | Add OpenBSD tags to files
* - remove all trailing whitespaceaaron1999-07-091-5/+5
| | | | | | | | | | * 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...
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-071-2/+2
| | | | it's not supposed to be a hyphen/dash
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
| | | | | | | 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.
* capitalize the acronym IDaaron1999-06-051-6/+6
|
* Add uu_lock_txfr() for donating locks to another process.brian1998-06-081-2/+23
| | | | Reviewed by: Theo
* Introduce uu_lock(), uu_unlock() and uu_lockerr()bri1997-11-091-0/+160
into libutil. Obtained from: FreeBSD Reviewed by: Theo