summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-07-18 01:27:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-07-18 01:27:42 +0000
commiteea13be88013cfb3038dca51457eed7449dac4bb (patch)
treeed4efc9e265de441642416318a5cbe441066abc1 /share
parentc6f0be086baef88b0f7468911275c1f4efc36aaf (diff)
do not show a custom fstab file; espie
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/afterboot.818
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index 59d89ddd6cb..55f84bc16c8 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.47 2000/06/17 15:19:01 deraadt Exp $
+.\" $OpenBSD: afterboot.8,v 1.48 2000/07/18 01:27:41 deraadt Exp $
.Dd October 20, 1997
.Dt AFTERBOOT 8
\!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
@@ -309,16 +309,16 @@ Example:
.Li # Ic cat /etc/fstab
/dev/sd0a / ffs rw 1 1
/dev/sd0b none swap sw 0 0
-/dev/sd0d /usr ffs rw,nodev 1 2
-/dev/sd0e /var ffs rw,nodev,noexec 1 2
-/dev/sd0g /tmp ffs rw,nodev,noexec,nosuid 1 2
-/dev/sd0h /home ffs rw,nodev,nosuid 1 2
+/dev/sd0d /usr ffs rw 1 2
+/dev/sd0e /var ffs rw 1 3
+/dev/sd0g /tmp ffs rw 1 4
+/dev/sd0h /home ffs rw 1 5
.Li # Ic mount
/dev/sd0a on / type ffs (local)
-/dev/sd0d on /usr type ffs (local, nodev)
-/dev/sd0e on /var type ffs (local, nodev, noexec)
-/dev/sd0g on /tmp type ffs (local, nodev, noexec, nosuid)
-/dev/sd0h on /home type ffs (local, nodev, nosuid)
+/dev/sd0d on /usr type ffs (local)
+/dev/sd0e on /var type ffs (local)
+/dev/sd0g on /tmp type ffs (local)
+/dev/sd0h on /home type ffs (local)
.Li # Ic df
Filesystem 1024-blocks Used Avail Capacity Mounted on
/dev/sd0a 22311 14589 6606 69% /