summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2014-11-05 06:41:32 +0100
committerSébastien Marie <semarie@users.noreply.github.com>2014-11-05 06:41:32 +0100
commit05a28b464600878ceebc52b466a1cc9e5994133e (patch)
tree8059612db0068697be99c94d7f2e4e3176f8e215 /doc
parent29cf392d86ad18fd50dfa95f6a0d811fe9695147 (diff)
auto-response-header: man correction
correct mandoc error: unterminated quoted argument
Diffstat (limited to 'doc')
-rw-r--r--doc/vimb.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 2ccc308..9c7255f 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -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