diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-02-12 17:42:56 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-02-17 14:28:00 +0100 |
| commit | 30e005d574dfe8d75cf1e91478fc388c1673099f (patch) | |
| tree | 0984b4a4568f7e7a1d99bedb9d6351e3ab140070 /man | |
| parent | 7d758da0e36a0d898b3b89ed4437c8a4d557e7e8 (diff) | |
Fix a few typos
Diffstat (limited to 'man')
| -rw-r--r-- | man/mu-server.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mu-server.1 b/man/mu-server.1 index 0da2543..087483c 100644 --- a/man/mu-server.1 +++ b/man/mu-server.1 @@ -11,7 +11,7 @@ mu server \- the mu backend for the mu4e e-mail client .SH DESCRIPTION \fBmu server\fR starts a simple shell in which one can query and manipulate the -mu database. The output uses s-expressiong. \fBmu server\fR is not meant for use +mu database. The output uses s-expressions. \fBmu server\fR is not meant for use by humans, except for debugging purposes. Instead, it is designed specifically for the \fBmu4e\fR e-mail client. @@ -30,7 +30,7 @@ For example, to view a certain message, the command would be: .fi Parameters can be sent in any order; they must be of the correct type though. -See \fBlib/utils/mu-sexp-parser.hh\fR and \fBlib/utils/mu-sexp-parser.hh\fR in +See \fBlib/utils/mu-sexp-parser.hh\fR and \fBlib/utils/mu-sexp-parser.cc\fR in source-tree for the details. |
