diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 22:29:34 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 22:29:34 +0000 |
commit | b35a17e3c929d733b09b214f85e4b5cfc7adea6e (patch) | |
tree | 69a904f066802ec3909d5dfc44889d978b6a29c4 | |
parent | b3d60e9b909e03bf4141b953908bb9ff3e780d5f (diff) | |
download | FreeBSD-src-b35a17e3c929d733b09b214f85e4b5cfc7adea6e.zip FreeBSD-src-b35a17e3c929d733b09b214f85e4b5cfc7adea6e.tar.gz |
Bad reference vidcontrol(4) -> vidcontrol(1)
-rw-r--r-- | usr.sbin/moused/moused.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8 index e3142d3..7b642e9 100644 --- a/usr.sbin/moused/moused.8 +++ b/usr.sbin/moused/moused.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: moused.8,v 1.18 1998/11/20 11:22:16 yokota Exp $ +.\" $Id: moused.8,v 1.19 1999/06/03 12:43:16 yokota Exp $ .\" .Dd December 3, 1997 .Dt MOUSED 8 @@ -73,7 +73,7 @@ The roller/wheel movement is reported as ``Z'' axis movement. The console driver will display the mouse pointer on the screen and provide cut and paste functions if the mouse pointer is enabled in the virtual console via -.Xr vidcontrol 4 . +.Xr vidcontrol 1 . If .Xr sysmouse 4 is opened by the user program, the console driver also passes the mouse |