aboutsummaryrefslogtreecommitdiff
path: root/man/man1/gms.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-28 00:13:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-28 00:13:06 +1300
commit8215cba30d96b421ff0b434b5900fa60af5e1a4b (patch)
treee0a800d9f03580d8daf7524f40cafd8fe9e28061 /man/man1/gms.1df
parentMerge branch 'release/v4.0.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-9141c7990036facd3f09847e8e468be9b707c145.tar.gz (sig)
dotfiles-9141c7990036facd3f09847e8e468be9b707c145.zip
Merge branch 'release/v4.1.0'v4.1.0
* release/v4.1.0: Bump VERSION Correct typo in stub vimrc Remove some vestigial Bash 2.05 guards/comments Break up some long lines Two-space sentences in VimL comments Two-space sentences in shell comments Break up some long lines Fix long lines in manual pages Two-space sentences in manual pages Adjust sentence spacing of README.md Remove highlight double-quote VimL comment strings
Diffstat (limited to 'man/man1/gms.1df')
-rw-r--r--man/man1/gms.1df6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/gms.1df b/man/man1/gms.1df
index b6b0f716..4a20297f 100644
--- a/man/man1/gms.1df
+++ b/man/man1/gms.1df
@@ -8,7 +8,7 @@
.B gms
runs getmail(1) for each file matching the pattern ~/.getmail/getmailrc.*,
doing much the same thing as the getmails(1) script included in the Getmail
-distribution. It differs from that script in a few ways:
+distribution. It differs from that script in a few ways:
.IP \[bu] 4
It includes per-rc-file locking so that at most one getmail(1) process runs for
the same account, but allows multiple instances of gms(1df) to run at the same
@@ -16,8 +16,8 @@ time.
.IP \[bu]
It runs the requests in parallel using fork(2)/wait(2).
.IP \[bu]
-It uses try(1df) to attempt each fetch three times, with 15 seconds between each
-attempt, and only prints errors if all three attempts fail.
+It uses try(1df) to attempt each fetch three times, with 15 seconds between
+each attempt, and only prints errors if all three attempts fail.
.SH SEE ALSO
getmail(1), try(1df)
.SH AUTHOR