wm: doc

Download patch

ref: 9e453b6097b34ebcd358660c78a428394790fa5f
parent: aef8359eab5add23235fddc005c31ad9ab2b47ed
author: mkf <mkf@cloud9p.org>
date: Sun Oct 1 02:33:55 EDT 2023

ramfs.ms: improve looks a bit, mention use case

--- a/ramfs.ms
+++ b/ramfs.ms
@@ -1,9 +1,13 @@
-To use ramfs for /tmp, replace these two lines in $home/lib/profile:
-
+.LP
+To use ramfs by default for /tmp, 
+replace these two lines in $home/lib/profile:
+.P1
 if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null)
 	ramfs	# in case we're running off a cd
-
+.P2
 With these lines:
-
-ramfs /usr/$user/tmp
-bind -c /usr/$user/tmp /tmp
+.P1
+ramfs
+bind /tmp /usr/$user/tmp
+.P2
+a use case would be if you don't want to use disk.
\ No newline at end of file