diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
commit | 2cf124e6dbd711198131ac89dd8f98ef5f8deb65 (patch) | |
tree | 343fc85b04718144a27f11799b2a1d87ee255ab2 /sbin/mount/mount.8 | |
parent | 5f6a2902bcfd03976baf4360e5a1ea749a4d0700 (diff) |
- section reorder
- some mdoc fixes
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 40aa8fc54a2..303e66cfa74 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.41 2003/06/02 20:06:15 millert Exp $ +.\" $OpenBSD: mount.8,v 1.42 2003/06/03 13:16:08 jmc Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -302,6 +302,11 @@ For instance, the options specific to Berkeley Fast File Systems are described in the .Xr mount_ffs 8 manual page. +.Sh FILES +.Bl -tag -width /etc/fstab -compact +.It Pa /etc/fstab +file system table +.El .Sh EXAMPLES .Bd -literal .Pp @@ -312,11 +317,6 @@ manual page. .Li # mount host:/path/name /mnt/nfs .Pp .Ed -.Sh FILES -.Bl -tag -width /etc/fstab -compact -.It Pa /etc/fstab -file system table -.El .Sh SEE ALSO .Xr mount 2 , .Xr fstab 5 , |