diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-19 02:09:06 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-19 02:09:06 +0000 |
commit | 56c86739a848710f9b49ea1e20326fa524b8516f (patch) | |
tree | 0c43fc20532988b9480a3f64397911435f5c898d /sys/man/8 | |
parent | dfa6b6c67088fc40fb59738bc53f7c949217060d (diff) |
sol(8): fix example (vncv vs vnc)
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/sol | 2 |
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 |