aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-03-30 22:03:16 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-03-30 22:03:16 +0200
commite27989d46022f18d7937017a1f41f05c4378fe3a (patch)
treea99a609d68b616b18674f7d4cc458575adefb07c
parent1703c96398f9fa202f00a01e46c45ffb6eb2fe25 (diff)
Prefer single quotes in the manpage.
-rw-r--r--cli/icevault.116
1 files changed, 8 insertions, 8 deletions
diff --git a/cli/icevault.1 b/cli/icevault.1
index 7eb268c..88c0902 100644
--- a/cli/icevault.1
+++ b/cli/icevault.1
@@ -193,7 +193,7 @@ Options given on the command line override those found in the
configuration file.
The syntax of the configuration file is a serie of
\fIOPTION\fR=\fIVALUE\fR lines;
-everything after a \(lq#\(rq character is considered a comment and
+everything after a \(oq#\(cq character is considered a comment and
ignored. Valid options are:
.TP
@@ -223,7 +223,7 @@ The maximum length for new passwords. (Default: \(lq32\(rq.)
.TP
.I pwgen
The command to use to generate new random passwords. May contain
-\(lq%d\(rq, which expands to the password's \(lqmaxLength\(rq attribute
+\(oq%d\(cq, which expands to the password's \(oqmaxLength\(cq attribute
(capped with the \fImax-password-length\fR option). The command is
expected to output to the standard output, and may add a newline
character afterwards, which is not considered as part of the password.
@@ -234,11 +234,11 @@ character afterwards, which is not considered as part of the password.
The path of the UNIX socket used to communicate with the browser. Can
be an absolute path or a path relative to the default Firefox profile
(or first profile found if there is no default profile) in the
-\(lq~/.mozilla/firefox\(rq directory.
+\(oq~/.mozilla/firefox\(cq directory.
The socket path and permissions can be configured on the
-Iceweasel/Firefox side with the \(lqextensions.icevault.socketPath\(rq
-and \(lqextensions.icevault.socketPerms\(rq preferences in
-\(lqabout:config\(rq, respectively.
+Iceweasel/Firefox side with the \(oqextensions.icevault.socketPath\(cq
+and \(oqextensions.icevault.socketPerms\(cq preferences in
+\(oqabout:config\(cq, respectively.
(Default: \(lqS.IceVault\(rq.)
.TP
@@ -251,8 +251,8 @@ XDG_DATA_HOME is unset).
.TP
.I template
The template mapping \fIscheme\fR://\fIhostname\fR/\fIidentity\fR URIs
-to (encrypted) files on disk. Must contain \(lq%s\(rq, \(lq%h\(rq, and
-\(lq%i\(rq, which respectively expand to the \fIscheme\fR,
+to (encrypted) files on disk. Must contain \(oq%s\(cq, \(oq%h\(cq, and
+\(oq%i\(cq, which respectively expand to the \fIscheme\fR,
\fIhostname\fR and \fIidentity\fR parts of the URI.
(Default: \(lq%s/%h/%i.gpg\(rq.)