diff options
author | 2004-06-04 08:36:09 +0000 | |
---|---|---|
committer | 2004-06-04 08:36:09 +0000 | |
commit | ed74a25701d3c79d5f8858c22b04b960efe309e2 (patch) | |
tree | d1a6db121be876bba13920c1c2dbea9a535f2afc | |
parent | nsclpcsio can't be find on any amd64 board. (diff) | |
download | wireguard-openbsd-ed74a25701d3c79d5f8858c22b04b960efe309e2.tar.xz wireguard-openbsd-ed74a25701d3c79d5f8858c22b04b960efe309e2.zip |
- escape minus sign
- occured -> occurred
-rw-r--r-- | lib/libusbhid/usbhid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index a152f3ce9e8..ea5cd127036 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usbhid.3,v 1.7 2004/06/04 00:47:32 deraadt Exp $ +.\" $OpenBSD: usbhid.3,v 1.8 2004/06/04 08:36:09 jmc Exp $ .\" $NetBSD: usbhid.3,v 1.5 2002/02/07 07:00:52 ross Exp $ .\" .\" Copyright (c) 1999, 2001 Lennart Augustsson <augustss@netbsd.org> @@ -178,7 +178,7 @@ are the inverses of .Fn hid_usage_page and .Fn hid_usage_in_page . -They take a usage string and return the number of the usage, or -1 +They take a usage string and return the number of the usage, or \-1 if it cannot be found. .Pp Before any of these functions can be called the usage table @@ -188,7 +188,7 @@ with the name of the table. Passing .Fa NULL to this function will cause it to use the default table. -A return value of -1 indicates that an error has occured, and +A return value of \-1 indicates that an error has occurred, and .Va errno is set. .Ss DATA EXTRACTION FUNCTIONS |