add man pager file.
authorBrett Gordon <beretta42@gmail.com>
Sun, 28 Aug 2016 21:00:43 +0000 (17:00 -0400)
committerBrett Gordon <beretta42@gmail.com>
Sun, 28 Aug 2016 21:00:43 +0000 (17:00 -0400)
Applications/dw/dwdate.1 [new file with mode: 0644]

diff --git a/Applications/dw/dwdate.1 b/Applications/dw/dwdate.1
new file mode 100644 (file)
index 0000000..8aea258
--- /dev/null
@@ -0,0 +1,38 @@
+.TH man 1 "Drivewire Utilities" "FUZIX" \" -*- nroff -*-
+.SH NAME
+dwdate \- set system date from drivewire time
+.SH SYNOPSIS
+.B dwdate
+[\-d] [\-s] [\-x device]
+.SH DESCRIPTION
+.B dwdate 
+queries the drivewire device for the day/time.  It can display and/or set the system time.  This program will fail if you are not root.
+.SS OPTIONS
+.TP
+.I "-d"
+Display retrieved date/time.
+.TP
+.I "-s"
+Set system date.
+.TP
+.I "-x"
+drivewire device to use. (def: /dev/dw0 )
+.SH EXAMPLES
+.IP
+dwdate -d
+.IP
+dwdate -ds
+.IP
+dwdate -sx /dev/dw1
+.SH EXIT STATUS
+.TP
+.B 0
+Completed successfully.
+.TP
+.B 1
+An error occured.
+.SH BUGS
+Tons!
+.SH AUTHORS
+Brett M. Gordon
+