diff options
author | 2004-08-06 23:11:24 +0000 | |
---|---|---|
committer | 2004-08-06 23:11:24 +0000 | |
commit | ed661a698b3f500b87812929a67d27e465dc556e (patch) | |
tree | e3c3c3b5b2d3c74cf3a660c417abffb76aed6763 | |
parent | fix typo (diff) | |
download | wireguard-openbsd-ed661a698b3f500b87812929a67d27e465dc556e.tar.xz wireguard-openbsd-ed661a698b3f500b87812929a67d27e465dc556e.zip |
sync
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 4 | ||||
-rw-r--r-- | share/man/man8/man8.sgi/MAKEDEV.8 | 19 |
2 files changed, 4 insertions, 19 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV index 6b3ff9f57bc..8627a297d44 100644 --- a/etc/etc.sgi/MAKEDEV +++ b/etc/etc.sgi/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.sgi/MAKEDEV.md,v 1.1 2004/08/06 21:58:22 pefo Exp +# OpenBSD: etc.sgi/MAKEDEV.md,v 1.3 2004/08/06 23:15:08 deraadt Exp # OpenBSD: MAKEDEV.common,v 1.10 2004/06/03 18:36:59 grange Exp # OpenBSD: MAKEDEV.mi,v 1.72 2004/02/16 18:58:53 miod Exp # OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp @@ -40,13 +40,11 @@ # vnd* "file" pseudo-disk devices # rd* "rd" pseudo-disks # ccd* Concatenated disk devices -# Console ports: # Terminal ports: # tty[0-7][0-9a-f] NS16x50 serial ports # Pseudo terminals: # tty* Set of 62 slave pseudo terminals # pty* Set of 62 master pseudo terminals -# USB devices: # Special purpose devices: # bpf* Berkeley Packet Filter # tun* Network tunnel driver diff --git a/share/man/man8/man8.sgi/MAKEDEV.8 b/share/man/man8/man8.sgi/MAKEDEV.8 index b5bb1aa88b7..4e3ef60573e 100644 --- a/share/man/man8/man8.sgi/MAKEDEV.8 +++ b/share/man/man8/man8.sgi/MAKEDEV.8 @@ -1,9 +1,9 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.1 2004/08/06 23:01:35 mickey Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.3 2004/08/06 23:15:26 deraadt Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.sgi/MAKEDEV.md,v 1.1 2004/08/06 21:58:22 pefo Exp +.\" OpenBSD: etc.sgi/MAKEDEV.md,v 1.3 2004/08/06 23:15:08 deraadt Exp .\" OpenBSD: MAKEDEV.common,v 1.10 2004/06/03 18:36:59 grange Exp .\" OpenBSD: MAKEDEV.man,v 1.3 2004/03/12 18:12:12 miod 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 August 3, 2004 +.Dd August 6, 2004 .Dt MAKEDEV 8 sgi .Os .Sh NAME @@ -111,10 +111,6 @@ Concatenated disk devices, see .Xr ccd 4 . .El .Pp -.Sy Console ports -.Bl -tag -width tenletters -compact -.El -.Pp .Sy Terminal ports .Bl -tag -width tenletters -compact .It Ar tty[0-7][0-9a-f] @@ -132,10 +128,6 @@ Set of 62 master pseudo terminals, see .Xr pty 4 . .El .Pp -.Sy USB devices -.Bl -tag -width tenletters -compact -.El -.Pp .Sy Special purpose devices .Bl -tag -width tenletters -compact .It Ar bpf* @@ -156,11 +148,6 @@ SCSI scanners, see .It Ar pf* Packet Filter, see .Xr pf 4 . - - ;; - - -.El .El .Sh FILES .Bl -tag -width /dev -compact |