diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-10 09:19:34 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-10 09:19:34 +0000 |
commit | 8d646af581627781d0f44bd773f64304834dd2e7 (patch) | |
tree | d6dac94023a6f3bfab88fb797e8cd641b0e912b2 /sbin/mknod/mknod.8 | |
parent | 5bcb8532a8e86dfd432dd00a52d55465a98803ec (diff) |
Sync program's usage() with manpage's SYNOPSIS.
Notes
Notes:
svn path=/head/; revision=141611
Diffstat (limited to 'sbin/mknod/mknod.8')
-rw-r--r-- | sbin/mknod/mknod.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index cc73ec01c623..54b544153c97 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -37,7 +37,7 @@ .Sh SYNOPSIS .Nm .Ar name -.Op Cm c | Cm b +.Op Cm b | c .Ar major minor .Op Ar owner : Ns Ar group .Sh DESCRIPTION @@ -61,7 +61,7 @@ Device name, for example for a SCSI disk on an HP300 or a .Dq pty for pseudo-terminals. -.It Cm b | Cm c +.It Cm b | c Type of device. If the device is a block type device such as a tape or disk drive which needs |