summaryrefslogtreecommitdiffstats
path: root/lib/libutil/uucplock.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-11/+11
|
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-6/+2
| | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net>
* Add uu_lock_txfr() to transfer ownership of a successfulbrian1998-05-281-2/+23
| | | | uu_lock() to another process.
* Remove the claim that UUCP locking were not atomic. It is sincejoerg1997-10-071-13/+1
| | | | revision 1.8 of uucplock.c.
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-2/+2
|
* Implement canonical locking protocolache1997-08-101-7/+11
| | | | Suggested by: joerg
* Make uu_* const correct.brian1997-05-121-4/+4
| | | | Suggested by: joerg
* Add #include <sys/types.h> in synopsis, now required for libutil.h.davidn1997-05-111-1/+2
|
* Grammar police.mpp1997-04-021-2/+2
|
* Remove unused USE_PERROR define and syslog.h includeache1997-04-021-6/+3
| | | | | | | | | | Use snprintf instead of sprintf to avoid buffer overflows Use snprintf in uu_lockerr instead of lots of hardcoded constants and not null-terminated strncpy Return "" for OK and "device in use" for INUSE, it allows simple strcpy(buf, uu_lockerr(retcode)) without testing for special OK case (NULL was there) and obtaining meaningful result for INUSE ("" was there) without special testing for it too.
* Mdoc police.mpp1997-04-011-9/+10
|
* Remove the syslog stuff, and allow various return valuesbrian1997-03-311-14/+77
| | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org
* Move uucplock into libutil and create a manual page.brian1997-03-301-0/+108
OpenPOWER on IntegriCloud