From 185ced3d1e79095121e1644f329acec70ed61722 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 19 Apr 2022 02:09:06 +0000 Subject: [PATCH] sol(8): fix example (vncv vs vnc) --- sys/man/8/sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/man/8/sol b/sys/man/8/sol index be610c088..58ecf057f 100644 --- a/sys/man/8/sol +++ b/sys/man/8/sol @@ -50,7 +50,7 @@ Connect to the KVM port with .IR vnc(1): .IP .EX -execnet && vnc 'exec!ip/sol -k host' +execnet && vncv 'exec!ip/sol -k host' .EE .SH SOURCE .B /sys/src/cmd/ip/sol.c