diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-11-04 17:41:52 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-11-04 17:41:52 +0000 |
commit | e2e8551edaa055de4b6b48430d408633725e4c5d (patch) | |
tree | 769d66d0315aabc89e8e6dcd30480f60877abdea /sys/man/1 | |
parent | 886b0f70cdb8cf07af5b90bd1b6caeb91fe080df (diff) |
bar(1): explain the items separation better, mention the default separator char
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/bar | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/man/1/bar b/sys/man/1/bar index 1a444a94b..846f9c126 100644 --- a/sys/man/1/bar +++ b/sys/man/1/bar @@ -19,7 +19,11 @@ bar \- display a bar .I bar displays a small window with current battery charge, date and time. Additional data may be displayed by writing lines of text to its -standard input. +standard input. Data items should be separated between each other +with a chosen separator character with spaces on both sides of it. +The default separator is +.B │ +(Unicode codepoint 0x2502). .PP .I Bar reacts to mouse clicks by writing the "clicked" portion of the text |