wm: doc

Download patch

ref: 695f80578150c153a567717f39f1582661acac3d
parent: 4a9785b2cc2cc02f0018edf719fdd6ad83fbdc83
author: mkf <mkf@cloud9p.org>
date: Tue Aug 20 05:14:23 EDT 2024

shell.ms: fix formatting

--- a/shell.ms
+++ b/shell.ms
@@ -1,9 +1,8 @@
-# Shell
-
-To create a new user: 
-
-
-
+.TL
+Shell
+.LP
+To create a new user:
+.P1
     con -C /srv/cwfs.cmd # this connects your cwfs console
     newuser $username # makes the account
     newuser upas +$username # adds to upas group, allows user to have an local mailbox
@@ -15,4 +14,5 @@
     assign new Inferno/POP secret? [y/n]: y
     make it the same as Plan 9 password? [y/n]: y
     # rest is easy, better to fill the email and sposoner email address (some programs need them)
-    auth/enable $username
\ No newline at end of file
+    auth/enable $username
+.P2