diff options
Diffstat (limited to 'share/man/man8/man8.vax/MAKEDEV.8')
-rw-r--r-- | share/man/man8/man8.vax/MAKEDEV.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8 index a08a8304ad5..fde0e6587c4 100644 --- a/share/man/man8/man8.vax/MAKEDEV.8 +++ b/share/man/man8/man8.vax/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.4 2000/05/03 00:36:48 bjc Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.5 2000/10/13 04:09:23 aaron Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -37,8 +37,8 @@ .Sh NAME MAKEDEV \- create system and device special files .Sh SYNOPSIS -.Nm MAKEDEV -.Ar name +.Nm MAKEDEV +.Ar name .Ar ... .Sh DESCRIPTION The shell script @@ -57,9 +57,9 @@ the common abbreviation for the device. There are three special device names, .Ar all , .Ar std , -and +and .Ar local . -.Ar All +.Ar All creates device files for all devices on the VAX. If units are expected for a device, .Nm MAKEDEV @@ -76,7 +76,7 @@ Where a device name is followed by a hash sign (``#''), the hash sign must be replaced by a unit number. .Pp .Sy Pseudo\-names -.Bl -tag -width indent +.Bl -tag -width indent .It Ar all All known devices for the VAX. .It Ar std @@ -143,7 +143,7 @@ Random number generator .It Ar rl# Unibus rl02 .It Ar rx# -Unibus rx211 floppy disk +Unibus rx211 floppy disk .It Ar sd# SCSI disks .It Ar ss# @@ -178,7 +178,7 @@ Unibus Versatec parallel interface The special file directory. .El .Sh SEE ALSO -.Xr mknod 8 , +.Xr mknod 8 , .Xr intro 4 , .Xr config 8 , .Xr special 8 |