diff options
author | 2005-10-12 16:30:06 +0000 | |
---|---|---|
committer | 2005-10-12 16:30:06 +0000 | |
commit | 36dce724e0bea3e10ff77bd833fc6c0155817423 (patch) | |
tree | aaceea6223a45f067f30f41980ceb94087323cd5 /lib/libutil | |
parent | add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list; (diff) | |
download | wireguard-openbsd-36dce724e0bea3e10ff77bd833fc6c0155817423.tar.xz wireguard-openbsd-36dce724e0bea3e10ff77bd833fc6c0155817423.zip |
add uu_lock_txfr to .Nm list;
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/uucplock.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index 5fd826ecc2b..d930a6ce708 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uucplock.3,v 1.15 2003/05/23 12:31:32 jmc Exp $ +.\" $OpenBSD: uucplock.3,v 1.16 2005/10/12 16:30:06 jmc Exp $ .\" .\" All rights reserved. .\" @@ -29,7 +29,8 @@ .Sh NAME .Nm uu_lock , .Nm uu_unlock , -.Nm uu_lockerr +.Nm uu_lockerr , +.Nm uu_lock_txfr .Nd acquire and release control of a serial device .Sh SYNOPSIS .Fd #include <sys/types.h> |