diff options
author | charnier <charnier@FreeBSD.org> | 1998-07-06 07:13:31 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-07-06 07:13:31 +0000 |
commit | 9b4886fff434edd3fa6bce646819f3f4d774a860 (patch) | |
tree | bfd7530ff0aca34191c88474cee94de7ef2999e6 /sbin/mount_ext2fs | |
parent | bad732b7002fc7ae6bff5707b8bdfd20d51deb5e (diff) | |
download | FreeBSD-src-9b4886fff434edd3fa6bce646819f3f4d774a860.zip FreeBSD-src-9b4886fff434edd3fa6bce646819f3f4d774a860.tar.gz |
Correct use of .Nm.
Diffstat (limited to 'sbin/mount_ext2fs')
-rw-r--r-- | sbin/mount_ext2fs/mount_ext2fs.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index 59754f9..9441c8b 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -29,6 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ .\" .Dd January 31, 1996 .Dt MOUNT_EXT2FS 8 @@ -43,7 +44,7 @@ .Ar node .Sh DESCRIPTION The -.Nm mount_ext2fs +.Nm command attaches a ext2fs file system .Ar special device on to the file system tree at the point @@ -54,7 +55,7 @@ This command is normally executed by at boot time. .Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl o Options are specified with a .Fl o @@ -70,6 +71,6 @@ man page for possible options and their meanings. .Xr mount 8 .Sh HISTORY The -.Nm mount_ext2fs +.Nm function first appeared in .Fx 2.2 . |