diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-07-09 05:19:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-07-09 05:19:42 +0000 |
commit | 524251124bdc9bd43dc7f2abafc4ca5e3b93cbc2 (patch) | |
tree | a72df04b1718ef8e46fd84427d8ac73260e40638 /sbin | |
parent | c32e5d818e889ef56c23460759583bb75b2b97d7 (diff) |
point mount -> mount point;
from netbsd -r1.46/pgoyette
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/swapctl/swapctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 8a7336542b2..6a71a4dfc34 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.8,v 1.36 2021/08/24 13:15:07 jmc Exp $ +.\" $OpenBSD: swapctl.8,v 1.37 2024/07/09 05:19:41 jmc Exp $ .\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 24 2021 $ +.Dd $Mdocdate: July 9 2024 $ .Dt SWAPCTL 8 .Os .Sh NAME @@ -181,7 +181,7 @@ This option is useful for swapping to NFS files. It specifies the local mount point to mount an NFS filesystem. Typically, once this mount has succeeded, the file to be used for swapping on will -be available under this point mount. +be available under this mount point. For example: .Bd -literal server:/export/swap/client none swap sw,nfsmntpt=/swap |