diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-05-27 04:17:18 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2007-05-27 04:17:18 +0000 |
commit | 1d0575f33d6a8eaca8a784f32dad735fe90f2359 (patch) | |
tree | ed16cafc79bfcb06893a770a6874e7670971f184 /sbin/swapctl | |
parent | 3bae65cbb4bbdb0d1a64192fe6c2ccfb437af398 (diff) |
fix .Xr's to mount_vnd(8)
suggested and ok jmc@
Diffstat (limited to 'sbin/swapctl')
-rw-r--r-- | sbin/swapctl/swapctl.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 3914c42fabf..658eeaf24a5 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.8,v 1.26 2006/08/24 08:51:55 jmc Exp $ +.\" $OpenBSD: swapctl.8,v 1.27 2007/05/27 04:17:17 grunk Exp $ .\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -210,9 +210,10 @@ server:/export/swap/client none swap sw,nfsmntpt=/swap .El .Sh SEE ALSO .Xr swapctl 2 , +.Xr vnd 4 , .Xr fstab 5 , .Xr mount_nfs 8 , -.Xr vnconfig 8 +.Xr mount_vnd 8 .Sh HISTORY The .Nm |