mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
fix manpage hyphen
This commit is contained in:
parent
42e8ea22e9
commit
8b0b03c4dc
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -34,7 +34,7 @@ byobu (3.0) unreleased; urgency=low
|
|||
- deprecate the byobu-export utility
|
||||
* usr/share/man/man1/byobu.1: fix lintian warning about hyphen
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jul 2010 11:36:03 -0400
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 02 Aug 2010 18:54:32 -0400
|
||||
|
||||
byobu (2.82-0ubuntu1) maverick; urgency=low
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
|
|||
\fBcustom\fP \- user defined custom scripts; must be executable programs of any kind in \fI$HOME/.byobu/bin\fP; must be named N_NAME, where N is the frequency in seconds to refresh the status indicator, and NAME is the name of the script; N should not be less than 5 seconds; script should echo a small amount of text to standard out, standard error is discared; the indicator will be displayed in the lower panel, in inverted colors to your current background/foreground scheme, unless you manually specify the colors in your script's output; BEWARE, cpu-intensive custom scripts may impact your overall system performance and could upset your system administrator!
|
||||
Example: \fI~/.byobu/bin/1000_uname\fP
|
||||
#!/bin/sh
|
||||
printf "\\005{= bw}%s\\005{-}" "$(uname -r)"
|
||||
printf "\\005{= bw}%s\\005{\-}" "$(uname -r)"
|
||||
|
||||
\fBdate\fP \- the system date in YYYY-MM-DD formate; displayed in the lower on the far right in the default text color on the default background
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue