From c63c542ab33feaaaf1a645ef4b29213fe8e54caa Mon Sep 17 00:00:00 2001 From: glenda Date: Wed, 15 Feb 2012 19:50:34 -0300 Subject: [PATCH 1/3] Man page style. --- sys/man/8/statusbar | 1 + 1 file changed, 1 insertion(+) 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 From 436f0abcdabc7670cfbe66cd6b1a81a1058724ea Mon Sep 17 00:00:00 2001 From: glenda Date: Wed, 15 Feb 2012 19:53:26 -0300 Subject: [PATCH 2/3] . From 5e6145b47e69c025f33efa7efbbc932e68d164e8 Mon Sep 17 00:00:00 2001 From: glenda Date: Thu, 16 Feb 2012 11:09:38 -0300 Subject: [PATCH 3/3] Add sysupdate(8), no man page yet. --- rc/bin/sysupdate | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 rc/bin/sysupdate 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