From ce9c2690ed84bcbb31dfabf8d5dd2c6ce36882a8 Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 9 Jul 2024 05:19:41 +0000 Subject: [PATCH] point mount -> mount point; from netbsd -r1.46/pgoyette --- sbin/swapctl/swapctl.8 | 6 +++--- 1 file 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 -- 2.20.1