diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 14:34:48 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 14:34:48 -0600 |
commit | abf473294025868faac6e6c82f01b236c399f524 (patch) | |
tree | 5208c51b1cc9385985dad299763caaa8bcf92337 /src/lib | |
parent | 0b431c80fed43cadb7be838e790bd565b9d55f0b (diff) |
man: Two spaces between sentences.
Diffstat (limited to 'src/lib')
-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. |