diff options
author | 2003-05-10 06:33:38 +0000 | |
---|---|---|
committer | 2003-05-10 06:33:38 +0000 | |
commit | ff989cf6c9d8c60ab562a69ecf5ae2bb7d7241bf (patch) | |
tree | 9c02bb37ffb768eb7a3adbe3cd196f7ce9437344 /share/man/man5/fstab.5 | |
parent | Be polite about leaving invalid data around in globals, just in case (diff) | |
download | wireguard-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/man5/fstab.5')
-rw-r--r-- | share/man/man5/fstab.5 | 3 |
1 files changed, 1 insertions, 2 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 |