summaryrefslogtreecommitdiff
path: root/sbin/mount_msdos
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 19:56:38 +0000
commitcd366aedac3a1a3126d77df58d0a0861c63e8147 (patch)
tree4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/mount_msdos
parentb77e710b77930242c29b776114492ab08aa2f1c9 (diff)
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/mount_msdos')
-rw-r--r--sbin/mount_msdos/mount_msdos.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8
index 1c26e847822..337e3386aa9 100644
--- a/sbin/mount_msdos/mount_msdos.8
+++ b/sbin/mount_msdos/mount_msdos.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_msdos.8,v 1.7 1998/11/21 02:42:45 d Exp $
+.\" $OpenBSD: mount_msdos.8,v 1.8 1998/11/28 19:56:26 aaron Exp $
.\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
@@ -36,7 +36,7 @@
.Nm mount_msdos
.Nd mount an MS-DOS file system
.Sh SYNOPSIS
-.Nm mount_msdos
+.Nm
.Op Fl o Ar options
.Op Fl u Ar uid
.Op Fl g Ar gid
@@ -49,7 +49,7 @@
.Ar node
.Sh DESCRIPTION
The
-.Nm mount_msdos
+.Nm
command attaches the MS-DOS filesystem residing on
the device
.Ar special
@@ -109,7 +109,7 @@ If neither
nor
.Fl l
are given,
-.Nm mount_msdos
+.Nm
searches the root directory of the filesystem to
be mounted for any existing Windows 95/98 long filenames.
If no such entries are found,
@@ -152,7 +152,7 @@ Note that Windows 95/98 handles only access dates,
but not access times.
.Sh HISTORY
The
-.Nm mount_msdos
+.Nm
utility first appeared in NetBSD 0.9.
Its predecessor, the
.Nm mount_pcfs