auto-response-header: man correction
authorSébastien Marie <semarie@users.noreply.github.com>
Wed, 5 Nov 2014 05:41:32 +0000 (06:41 +0100)
committerSébastien Marie <semarie@users.noreply.github.com>
Wed, 5 Nov 2014 05:41:32 +0000 (06:41 +0100)
correct mandoc error: unterminated quoted argument

doc/vimb.1

index 2ccc308..9c7255f 100644 (file)
@@ -1211,9 +1211,9 @@ previously added header could be removed.
 .PP
 Example:
 .PD 0
-.IP ":set auto-response-header=* Content-security-policy=default-src 'self' 'unsafe-inline' 'unsafe-eval'; script-src 'none'
-.IP ":set auto-response-header+=https://example.com/* Content-security-policy=default-src 'self' https://*.example.com/
-.IP ":set auto-response-header+=https://example.com/* Strict-Transport-Security=max-age=31536000
+.IP ":set auto-response-header=* Content-security-policy=default-src 'self' 'unsafe-inline' 'unsafe-eval'; script-src 'none'"
+.IP ":set auto-response-header+=https://example.com/* Content-security-policy=default-src 'self' https://*.example.com/"
+.IP ":set auto-response-header+=https://example.com/* Strict-Transport-Security=max-age=31536000"
 .PD
 .RE
 .TP