diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/conf.sh.3.ronn | 2 | ||||
-rw-r--r-- | src/lib/libremessages.1.ronn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/conf.sh.3.ronn b/src/lib/conf.sh.3.ronn index 1b26a06..0974bdb 100644 --- a/src/lib/conf.sh.3.ronn +++ b/src/lib/conf.sh.3.ronn @@ -21,7 +21,7 @@ To accommodate this, instead of using the usual $<USER> and $<HOME>, * <LIBREUSER>: If $<SUDO_USER> is set, then $<LIBREUSER> is set to - that. Otherwise, $<LIBREUSER> is set to the value of $<USER>. + that. Otherwise, $<LIBREUSER> is set to the value of $<USER>. * <LIBREHOME>: If $<LIBREUSER> == $<USER>, then $<LIBREHOME> is set to the value of $<HOME>. Otherwise, it is set to the default home directory diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index 0cb1f71..5afcbc8 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -162,7 +162,7 @@ these, you could end up deleting a lot of someone's work. (see `signal`(7)). * `cleanup` [<EXIT_STATUS>]: - *If* `setup_workdir` has been run, `rm -rf "$WORKDIR"`. If given + *If* `setup_workdir` has been run, `rm -rf "$WORKDIR"`. If given a numeric argument, it will then call `exit`(1) with that argument, otherwise it calls `exit`(1) with a status of 0. |