Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 4b53899

Browse files
committed
virt-install: Fix docs for --serial udp...bind_host
1 parent c29adac commit 4b53899

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

man/en/virt-install.pod.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -863,20 +863,20 @@ connect interactively to this console via 'telnet localhost 2222':
863863

864864
--serial tcp,host=:2222,mode=bind,protocol=telnet
865865

866-
=item B<--serial udp,host=CONNECT_HOST:PORT,bind_port=BIND_HOST:BIND_PORT>
866+
=item B<--serial udp,host=CONNECT_HOST:PORT,bind_host=BIND_HOST:BIND_PORT>
867867

868868
UDP net console. HOST:PORT is the destination to send output to (default
869-
HOST is '127.0.0.1', PORT is required. BIND_HOST:PORT is the optional local
870-
address to bind to (default BIND_HOST is 127.0.0.1, but is only set if
871-
BIND_PORT is specified.) Some examples:
869+
HOST is '127.0.0.1', PORT is required). BIND_HOST:BIND_PORT is the optional
870+
local address to bind to (default BIND_HOST is 127.0.0.1, but is only set if
871+
BIND_PORT is specified). Some examples:
872872

873873
Send output to default syslog port (may need to edit /etc/rsyslog.conf
874874
accordingly):
875875

876876
--serial udp,host=:514
877877

878878
Send output to remote host 192.168.10.20, port 4444 (this output can be
879-
read on the remote host using 'nc -u -l 4444':
879+
read on the remote host using 'nc -u -l 4444'):
880880

881881
--serial udp,host=192.168.10.20:4444
882882

0 commit comments

Comments
 (0)