From 94e1f2a4388f674331b2a2f988fb815133d2ab6b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 20 Jul 2008 04:15:41 -0400 Subject: rc: add subscript sequences (Erik Quanstrom) --- man/man1/rc.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man') diff --git a/man/man1/rc.1 b/man/man1/rc.1 index e35d6258..3f9eb056 100644 --- a/man/man1/rc.1 +++ b/man/man1/rc.1 @@ -208,6 +208,11 @@ If is followed by a parenthesized list of subscripts, the value substituted is a list composed of the requested elements (origin 1). The parenthesis must follow the variable name with no spaces. +Subscripts can also take the form +.IB m - n +or +.IB m - +to indicate a sequence of elements. Assignments to variables are described below. .HP .BI $# argument -- cgit v1.2.3