diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-26 20:18:00 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-26 20:18:00 -0400 |
commit | a608070d29143f11826725ae0261bf0dcd902bc2 (patch) | |
tree | 33f860856dcdaba452a0cf60257ca87be1dd1804 /src/lib/libremessages.1.ronn | |
parent | abf473294025868faac6e6c82f01b236c399f524 (diff) |
Rename libremessages:whitespace-collapse to whitespace_collapse.v20150526
When using /bin/sh instead of bash (a terrible idea, but whatev), the
'-' is an invalid charater in an identifier.
Diffstat (limited to 'src/lib/libremessages.1.ronn')
-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 5afcbc8..3bce612 100644 --- a/src/lib/libremessages.1.ronn +++ b/src/lib/libremessages.1.ronn @@ -74,7 +74,7 @@ Unless otherwise noted, these do not implicitly call `gettext`. <MESSAGE> is a `printf`(1)-formatted string that is fed through `gettext`, and <MESSAGE_ARGS> are its arguments. - * `whitespace-collapse`: + * `whitespace_collapse`: Collapses whitespace on stadard I/O, similar to HTML whitespace collapsing, with the exception that it puts two spaces between sentences. It considers newline, tab, and space to be |