summaryrefslogtreecommitdiff
path: root/sys/man/8
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-04-19 02:09:06 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-04-19 02:09:06 +0000
commit56c86739a848710f9b49ea1e20326fa524b8516f (patch)
tree0c43fc20532988b9480a3f64397911435f5c898d /sys/man/8
parentdfa6b6c67088fc40fb59738bc53f7c949217060d (diff)
sol(8): fix example (vncv vs vnc)
Diffstat (limited to 'sys/man/8')
-rw-r--r--sys/man/8/sol2
1 files changed, 1 insertions, 1 deletions
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