rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 585c85d82fc649d2cfadbba4451756d10cdbbc98
parent e4daa594ed4b2a499e4e5f41e60c66870aae1566
Author: tgoodwin <tgoodwin>
Date:   Tue, 20 Oct 1998 14:28:59 +0000

document -V flag
mention /proc/self/fd

Diffstat:
Mrc.1 | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/rc.1 b/rc.1 @@ -35,7 +35,7 @@ .\" troff will supply the correct intersentence spacing, but only if .\" the sentences end at the end of a line. Explicit spaces, if given, .\" are apparently honored and the normal intersentence spacing is -.\" supressed. +.\" suppressed. .\" .\" DaviD W. Sanderson .\"------- @@ -166,7 +166,7 @@ rc \- shell .SH SYNOPSIS .B rc -.RB [ \-eixvldnpo ] +.RB [ \-eixvldnpoV ] .RB [ \-c .IR command ] .RI [ arguments ] @@ -1793,8 +1793,10 @@ The design of this shell has been copied from the .I rc that Tom Duff wrote at Bell Labs. .SH BUGS -On systems that support -.Cr /dev/fd , +On modern systems that support +.Cr /dev/fd +or +.Cr /proc/self/fd , .Cr <{foo} style redirection is implemented that way. However, on other systems it is implemented with named pipes,