diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-25 14:39:29 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-25 14:39:44 -0400 |
commit | 01d4cfea634d1c1c5f0ab3c040ce12b39c165054 (patch) | |
tree | 4add06a74a49b074f021c7d2b54f195957153bfd /src/lib | |
parent | 05128d533225b75f35f79a1f55b04556b7e9736b (diff) |
Fix grammar mistake in libremessages(1).
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libremessages.1.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libremessages.1.ronn b/src/lib/libremessages.1.ronn index 4af446e..23e0e18 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -36,7 +36,7 @@ The following variables for printing terminal color codes are set: `ALL_OFF`, `BOLD`, `BLUE`, `GREEN`, `RED`, `YELLOW`. If standard error is not a terminal (see `isatty`(3)), they are set, but empty. They are marked as readonly, so it is an error to try to set them -afterwords. +afterwards. ### MESSAGE FORMAT |