wm: doc

Download patch

ref: e934a2ea77d1a1f3c07ec1f004b4030f75c9fa7c
parent: b5afbfb269683d1d5eeb7ff9b3cff9dc87c8bda6
author: mkf <mkf@cloud9p.org>
date: Tue Aug 20 01:14:49 EDT 2024

date.ms: fix formatting

--- a/date.ms
+++ b/date.ms
@@ -1,9 +1,20 @@
-# Date
+.HTML
+Date and time
+.TL
+Date and time
+.AU
+jrmu
+.AB
+Tips and tricks related to time and date in Plan 9
+.AE
 
 To change the timezone (takes effect upon reboot): 
-
+.P1
 ; cp /adm/timezone/$yourzone /adm/timezone/local 
-
+.P2
+Note that Plan 9 timezone files are a bit outdated. but shouldn't be much issue in almost all cases.
+.LP
 To sync your clock: 
-
-; aux/timesync -n pool.ntp.org
\ No newline at end of file
+.P1
+; aux/timesync -n pool.ntp.org
+.P2