diff options
| author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-16 18:07:38 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-16 18:07:38 +0100 |
| commit | 4ed4ae495dbb4fd8d8bbcc879d70fac09025c30e (patch) | |
| tree | 1451b136aa9ea23341a1dbe8d16189f7854fe37f | |
| parent | 77c21a062c7cf272e59df95955388f9724bff218 (diff) | |
| parent | 5e6145b47e69c025f33efa7efbbc932e68d164e8 (diff) | |
| download | plan9front-4ed4ae495dbb4fd8d8bbcc879d70fac09025c30e.tar.xz | |
merge
| -rwxr-xr-x | rc/bin/sysupdate | 4 | ||||
| -rw-r--r-- | sys/man/8/statusbar | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/rc/bin/sysupdate b/rc/bin/sysupdate new file mode 100755 index 000000000..6d01ed0cc --- /dev/null +++ b/rc/bin/sysupdate @@ -0,0 +1,4 @@ +#!/bin/rc + +bind -ac /dist/plan9front / +hg pull && hg update diff --git a/sys/man/8/statusbar b/sys/man/8/statusbar index 4d1bad7af..8f3b09a01 100644 --- a/sys/man/8/statusbar +++ b/sys/man/8/statusbar @@ -57,4 +57,5 @@ set the coordinates of the window created .PD .SH SOURCE .B /sys/src/cmd/aux/statusbar.c +.br .B /sys/src/cmd/aux/statusmsg.c |
