diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
commit | 36d2092a3330692c43f33ef4e05edc997c05ecad (patch) | |
tree | 4d9d26469d8b6aee5a32ef16ee67d82b17d5e72e /sys/man/1/rc | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man/1/rc')
-rw-r--r-- | sys/man/1/rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/1/rc b/sys/man/1/rc index e7c27bed3..29cfd94b5 100644 --- a/sys/man/1/rc +++ b/sys/man/1/rc @@ -971,8 +971,6 @@ Print each simple command before executing it. Print debugging information (internal form of commands as they are executed). .PD -.SH SOURCE -.B /sys/src/cmd/rc .SH FILES .TF $home/lib/profile .TP @@ -986,6 +984,8 @@ System rc start script .TP .B /rc/lib/rcmain.local Site specific system rc start script +.SH SOURCE +.B /sys/src/cmd/rc .SH "SEE ALSO" Tom Duff, ``Rc \- The Plan 9 Shell''. |