From e27989d46022f18d7937017a1f41f05c4378fe3a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 30 Mar 2015 22:03:16 +0200 Subject: Prefer single quotes in the manpage. --- cli/icevault.1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cli') 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.) -- cgit v1.2.3