diff options
author | Matthew Veety <mveety@mveety.com> | 2015-12-07 17:59:53 -0500 |
---|---|---|
committer | Matthew Veety <mveety@mveety.com> | 2015-12-07 17:59:53 -0500 |
commit | 1c0ba2019ece868b7ec75090df31ab77b6087355 (patch) | |
tree | 3dddecf27069a565fdf443062b780f61e462de62 /sys/man/1 | |
parent | 04a8392f8c7c75f585d48360774c6f1faa950f0c (diff) |
made sure that rcmain.local runs independent of the existence of $home/lib/profile. Documented /rc/lib/rcmain, /rc/lib/rcmain.local, $home/lib/profile in rc(1) and the first two in namespace(4)
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/rc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/man/1/rc b/sys/man/1/rc index 3aab3564b..e7c27bed3 100644 --- a/sys/man/1/rc +++ b/sys/man/1/rc @@ -973,6 +973,19 @@ as they are executed). .PD .SH SOURCE .B /sys/src/cmd/rc +.SH FILES +.TF $home/lib/profile +.TP +.B $home/lib/profile +the user's local rc start script +.TF /rc/lib/rcmain +.TP +.B /rc/lib/rcmain +System rc start script +.TF /rc/lib/rcmain.local +.TP +.B /rc/lib/rcmain.local +Site specific system rc start script .SH "SEE ALSO" Tom Duff, ``Rc \- The Plan 9 Shell''. |