From e0955fd56f0524681047f3966ffb64d265296fba Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Sun, 28 Aug 2016 17:00:43 -0400 Subject: [PATCH] add man pager file. --- Applications/dw/dwdate.1 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Applications/dw/dwdate.1 diff --git a/Applications/dw/dwdate.1 b/Applications/dw/dwdate.1 new file mode 100644 index 00000000..8aea2587 --- /dev/null +++ b/Applications/dw/dwdate.1 @@ -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 + -- 2.34.1