summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-05-10 06:33:38 +0000
committerjmc <jmc@openbsd.org>2003-05-10 06:33:38 +0000
commitff989cf6c9d8c60ab562a69ecf5ae2bb7d7241bf (patch)
tree9c02bb37ffb768eb7a3adbe3cd196f7ce9437344 /share/man
parentBe polite about leaving invalid data around in globals, just in case (diff)
downloadwireguard-openbsd-ff989cf6c9d8c60ab562a69ecf5ae2bb7d7241bf.tar.xz
wireguard-openbsd-ff989cf6c9d8c60ab562a69ecf5ae2bb7d7241bf.zip
document that kernel automatically handles first swap partition
("swap_device" in swapctl -l) and does not need to be added to /etc/fstab. krw@, fries@, rohee@, millert@, henning@ ok.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/fstab.53
-rw-r--r--share/man/man8/afterboot.85
2 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index c5dabe469b6..83f856e8b59 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fstab.5,v 1.24 2003/05/07 17:41:48 jmc Exp $
+.\" $OpenBSD: fstab.5,v 1.25 2003/05/10 06:33:38 jmc Exp $
.\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -260,7 +260,6 @@ Here is a sample
file:
.Bd -literal -offset indent
/dev/sd0a / ffs rw 1 1
-/dev/sd0b none swap sw 0 0
/dev/sd0e /var ffs rw,nodev,nosuid 1 2
#/dev/sd0f /tmp ffs rw,nodev,nosuid 1 2
/dev/sd0b /tmp mfs rw,nodev,nosuid,-s=153600 0 0
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index 963229301c7..3a827d232c4 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.80 2003/04/14 06:51:48 jmc Exp $
+.\" $OpenBSD: afterboot.8,v 1.81 2003/05/10 06:33:38 jmc Exp $
.\"
.\" Copyright (c) 1997 Marshall M. Midden
.\" All rights reserved.
@@ -375,7 +375,6 @@ Example:
.Bd -literal -offset indent
# 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,nosuid 1 3
/dev/sd0g /tmp ffs rw,nodev,nosuid 1 4
@@ -398,7 +397,7 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
# pstat -s
Device 512-blocks Used Avail Capacity Priority
-/dev/sd0b 131072 84656 46416 65% 0
+swap_device 131072 84656 46416 65% 0
.Ed
.Pp
Edit