diff options
author | 2006-04-29 12:00:33 +0000 | |
---|---|---|
committer | 2006-04-29 12:00:33 +0000 | |
commit | 8c944b60576e1cc0e10aed8cfbe255147d07656c (patch) | |
tree | a8b0f48d642cdde85478ac91a69055816a0bb327 | |
parent | Unbreak tree. -moj (diff) | |
download | wireguard-openbsd-8c944b60576e1cc0e10aed8cfbe255147d07656c.tar.xz wireguard-openbsd-8c944b60576e1cc0e10aed8cfbe255147d07656c.zip |
Add umsm(4) and uslcom(4).
Reminded by deraadt@
-rw-r--r-- | share/man/man4/ucom.4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4 index 6a8405a34c6..f9a9662103f 100644 --- a/share/man/man4/ucom.4 +++ b/share/man/man4/ucom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ucom.4,v 1.14 2005/10/18 14:59:20 jmc Exp $ +.\" $OpenBSD: ucom.4,v 1.15 2006/04/29 12:00:33 jsg Exp $ .\" $NetBSD: ucom.4,v 1.3 2000/04/14 14:55:18 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -47,7 +47,9 @@ .Cd "ucom* at uipaq?" .Cd "ucom* at umct?" .Cd "ucom* at umodem?" +.Cd "ucom* at umsm?" .Cd "ucom* at uplcom?" +.Cd "ucom* at uslcom?" .Cd "ucom* at uvisor?" .Cd "ucom* at uvscom?" .Sh DESCRIPTION @@ -85,8 +87,10 @@ call out devices (see .Xr uipaq 4 , .Xr umct 4 , .Xr umodem 4 , +.Xr umsm 4 , .Xr uplcom 4 , .Xr usb 4 , +.Xr uslcom 4 , .Xr uvisor 4 , .Xr uvscom 4 .Sh HISTORY |