]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/client.texi
POSIX tells that $ character is default shell prompt
[govpn.git] / doc / client.texi
index 42b8a65910f2a1e18ecef5f0d86f33d797c7a454..8329dfed1ad490c3a102597bc25578dde3881159 100644 (file)
@@ -68,10 +68,10 @@ Example up-script that calls DHCP client and IPv6 advertisement
 solicitation:
 
 @verbatim
-client% cat > up.sh <<EOF
+client$ cat > up.sh <<EOF
 #!/bin/sh
 dhclient $GOVPN_IFACE
 rtsol $GOVPN_IFACE
 EOF
-client% chmod +x up.sh
+client$ chmod +x up.sh
 @end verbatim