diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-13 13:26:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-13 13:26:01 +0000 |
commit | e798f53b182d81e4e3747227af6ff79f9f8138b6 (patch) | |
tree | c250c3e8af5f686b6e71739d15ed7d6ff69103b5 /sbin/swapctl | |
parent | 1ea48fe0b1ccd77f9624100f7e9ff86e261a5e80 (diff) |
example fstab entry
Diffstat (limited to 'sbin/swapctl')
-rw-r--r-- | sbin/swapctl/swapctl.8 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 457d313d8cb..1ac556b1c4b 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.8,v 1.10 2000/03/18 22:56:05 aaron Exp $ +.\" $OpenBSD: swapctl.8,v 1.11 2000/04/13 13:26:00 deraadt Exp $ .\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -171,7 +171,16 @@ disk checks of large file systems. .Sh SWAP OPTIONS When parsing the .Pa /etc/fstab -file for swap devices, the following options are recognized: +file for swap devices, lines such as the following specify additional swap +devices: + +.Pp +.Bd -literal -offset indent -compact + +/dev/sd1b none swap sw 0 0 +.Ed +.Pp +Additional flags include: .Pp .Bl -tag -width nfsmntpt=/path -compact .It priority=N |