diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2015-03-30 22:03:16 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2015-03-30 22:03:31 +0200 | 
| commit | 9d0110ea6d91eff9a047fabab50302da2147bdf0 (patch) | |
| tree | 18d47325225ca00f1441f67132094b23b669e6ac /cli | |
| parent | 77fe345b41b928701f00dde0a21585227e7660f0 (diff) | |
Prefer single quotes in the manpage.
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/icevault.1 | 16 | 
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.) | 
