URI:
       * Update README - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
  HTML git clone https://git.drkhsh.at/tty-clock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d45b3cf68b632d75a91b311e69214fb62fca8979
   DIR parent 6607fc1a634769e1aa3e011a232ee39e4be4f0ed
  HTML Author: Carla Valenti <valenti.karla@gmail.com>
       Date:   Tue, 16 Aug 2011 22:17:51 -0400
       
       * Update README
       
       * Document the [0-7] keyboard commands
       
       Diffstat:
         M README                              |       2 ++
         M tty-clock.1                         |       3 +++
       
       2 files changed, 5 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -6,7 +6,9 @@ usage : tty-clock [-sSctrvih] [-C [0-7]] [-f format]
            -C [0-7]      Set the clock color
            -t            Set the hour in 12h format
            -r            Do rebound the clock
       +    -T tty        Display the clock on the specified terminal
            -f format     Set the date format
       +    -n            Don't quit on keypress
            -v            Show tty-clock version
            -i            Show some info about tty-clock
            -h            Show this page
   DIR diff --git a/tty-clock.1 b/tty-clock.1
       @@ -22,6 +22,9 @@ K,J,H,L
        vi-style movement commands to set the position of the displayed clock.
        These commands have no effect when the \fBcentered\fR option is set.
        .TP
       +[0-7]
       +Select a different color for displaying the clock.
       +.TP
        B
        Toggles displaying a box around the clock. This option is disabled by default.
        .TP