howto/openvpn.md
... ...
@@ -26,7 +26,8 @@ persist-tun
26 26
ifconfig <LOCAL_GATEWAY_IP> <REMOTE_GATEWAY_IP>
27 27
secret /etc/openvpn/<PEER_NAME>.key
28 28
29
-# The secret can also be included inline with the config by wrapping it in <secret></secret> tags.
29
+# The secret can also be included inline with the config by
30
+# wrapping it in <secret></secret> tags.
30 31
# <secret>
31 32
# ... Key File contents go here ...
32 33
# </secret>