diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 06:33:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 06:33:40 +0000 |
commit | b72712f77c675d80dff8b9c418d0591489aade7e (patch) | |
tree | 571bc89268ab132c61adaf0a13aea13cd29b271c /share/man/man8/afterboot.8 | |
parent | d9a9517f56654b7981385620ce38237dc463cdb8 (diff) |
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/man8/afterboot.8')
-rw-r--r-- | share/man/man8/afterboot.8 | 5 |
1 files changed, 2 insertions, 3 deletions
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 |