about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-26 19:44:41 -0600
committerCase Duckworth2021-02-26 19:44:41 -0600
commit2c5c1008f45cca81dbbc2a10f1ac62b9b6c08545 (patch)
tree519ed8a32f7267cda7019cf4f3d0b1ed0677512e
parentShorten lines (diff)
downloadbollux-2c5c1008f45cca81dbbc2a10f1ac62b9b6c08545.tar.gz
bollux-2c5c1008f45cca81dbbc2a10f1ac62b9b6c08545.zip
Reword comment
-rwxr-xr-xbollux10
1 files changed, 2 insertions, 8 deletions
diff --git a/bollux b/bollux index 5ccd2ba..07e12f0 100755 --- a/bollux +++ b/bollux
@@ -886,14 +886,8 @@ gemini_pre() {
886} 886}
887 887
888# wrap lines on words to WIDTH 888# wrap lines on words to WIDTH
889fold_line() { 889fold_line() { # fold_line [OPTIONS...] WIDTH TEXT
890 # fold_line [-n] 890 # see getopts, below, for options
891 # [-m MARGIN]
892 # [-f MARGIN]
893 # [-l LENGTH]
894 # [-B BEFORE]
895 # [-A AFTER]
896 # WIDTH TEXT
897 local newline=true 891 local newline=true
898 local -i margin_all=0 margin_first=0 width ll=0 wl=0 wn=0 892 local -i margin_all=0 margin_first=0 width ll=0 wl=0 wn=0
899 local before="" after="" 893 local before="" after=""