summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-09-26 07:26:19 +0000
committerderaadt <deraadt@openbsd.org>2002-09-26 07:26:19 +0000
commita7cbf69abbeff32dbf3e785127cbbec40115725d (patch)
tree33a662b632f6390d4320d14f42c49993971c372f
parentDocument the flags option for usb. ok miod@ deraadt@ (diff)
downloadwireguard-openbsd-a7cbf69abbeff32dbf3e785127cbbec40115725d.tar.xz
wireguard-openbsd-a7cbf69abbeff32dbf3e785127cbbec40115725d.zip
show nodev,nosuid lines; openbsd@davidkrause.com
-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 e3dc676fc9d..41d7e018b30 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.73 2002/08/22 20:28:01 stevesk Exp $
+.\" $OpenBSD: afterboot.8,v 1.74 2002/09/26 07:26:19 deraadt Exp $
.Dd October 20, 1997
.Dt AFTERBOOT 8
\!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
@@ -312,16 +312,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 1 2
-/dev/sd0e /var ffs rw 1 3
-/dev/sd0g /tmp ffs rw 1 4
-/dev/sd0h /home ffs rw 1 5
+/dev/sd0d /usr ffs rw,nodev 1 2
+/dev/sd0e /var ffs rw,nodev,nosuid 1 3
+/dev/sd0g /tmp ffs rw,nodev,nosuid 1 4
+/dev/sd0h /home ffs rw,nodev,nosuid 1 5
.Li # Ic mount
/dev/sd0a on / type ffs (local)
-/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)
+/dev/sd0d on /usr type ffs (local, nodev)
+/dev/sd0e on /var type ffs (local, nodev, nosuid)
+/dev/sd0g on /tmp type ffs (local, nodev, nosuid)
+/dev/sd0h on /home type ffs (local, nodev, nosuid)
.Li # Ic df
Filesystem 1024-blocks Used Avail Capacity Mounted on
/dev/sd0a 22311 14589 6606 69% /