diff options
author | 2015-07-02 16:20:31 +0000 | |
---|---|---|
committer | 2015-07-02 16:20:31 +0000 | |
commit | 1b65d43623e7d5f67d82e2cc98955b7e1df58f27 (patch) | |
tree | 14e99ae8819ebba5b156127830f280ced0612fe2 | |
parent | Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pv (diff) | |
download | wireguard-openbsd-1b65d43623e7d5f67d82e2cc98955b7e1df58f27.tar.xz wireguard-openbsd-1b65d43623e7d5f67d82e2cc98955b7e1df58f27.zip |
sync
-rw-r--r-- | share/man/man8/man8.octeon/MAKEDEV.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man8/man8.octeon/MAKEDEV.8 b/share/man/man8/man8.octeon/MAKEDEV.8 index 1c8276e0a4c..ed2183e2cc7 100644 --- a/share/man/man8/man8.octeon/MAKEDEV.8 +++ b/share/man/man8/man8.octeon/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.7 2014/10/09 04:40:07 tedu Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.8 2015/07/02 16:20:31 deraadt Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.octeon/MAKEDEV.md,v 1.5 2014/10/09 04:37:43 tedu Exp -.\" OpenBSD: MAKEDEV.common,v 1.77 2014/10/09 04:33:50 tedu Exp +.\" OpenBSD: etc.octeon/MAKEDEV.md,v 1.7 2015/06/28 11:53:56 jmatthew Exp +.\" OpenBSD: MAKEDEV.common,v 1.78 2014/12/11 19:46:15 tedu Exp .\" OpenBSD: MAKEDEV.man,v 1.7 2009/03/18 17:34:25 sobrado Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 9 2014 $ +.Dd $Mdocdate: July 2 2015 $ .Dt MAKEDEV 8 octeon .Os .Sh NAME @@ -155,6 +155,12 @@ wscons mice, see .It Ar ttyU* USB serial ports, see .Xr ucom 4 . +.It Ar uall +All USB devices, see +.Xr usb 4 . +.It Ar usb* +Bus control devices used by usbd for attach/detach, see +.Xr usb 4 . .El .Pp .Sy Special purpose devices |