wm: doc

Download patch

ref: 921a47cd20dc7e0010838fa6afedb62d9510af8c
parent: 7ba62fe8f0fbf17b4f5f29781ee4d4736e877bd2
parent: 8409fecf5b74ad0b35b2957e776f2cded239a047
author: mkf <mkf@cloud9p.org>
date: Sun Sep 15 02:57:01 EDT 2024

merge

--- a/contributing.ms
+++ b/contributing.ms
@@ -55,3 +55,18 @@
 If you push access, you can send your documents directly,
 otherwise, ask someone with commit access and send them a patch.
 to send a patch in UNIX like systems:
+.P1
+WIP
+.P2
+.LP
+And to do so in Plan 9 (assuming you have git9):
+.P1
+; git/pull
+; git/branch -n my_new_branch
+; git/add foo.ms # if you have made new files
+; git/commit -m 'commit message' foo.ms
+; git/export > export.txt
+.P2
+and send him
+.CW export.txt
+file.
--- a/secstore.ms
+++ b/secstore.ms
@@ -33,4 +33,3 @@
 To load factotum automatically:
 
 % echo 'auth/secstore -n -G factotum >> /mnt/factotum/ctl' >> /cfg/$sysname/cpustart
-
--- a/smtpd.ms
+++ b/smtpd.ms
@@ -58,4 +58,3 @@
 Type a message, then a newline, then EOF.
 
 If your email address is simply $user, you may be able to omit the upasname variable provided the domain is correctly configured elsewhere.
-