aboutsummaryrefslogtreecommitdiff
path: root/man/man1/9.1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 05:28:38 +0000
committerrsc <devnull@localhost>2005-01-14 05:28:38 +0000
commit67075c3634c316ce9cc0e6fa88e65ca27503abc4 (patch)
tree708e1582e3b4b45ba40f9329b2dfef01439752e9 /man/man1/9.1
parent359c1e017ee367c34b082b1b4e6c002686d01bce (diff)
downloadplan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.tar.gz
plan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.tar.bz2
plan9port-67075c3634c316ce9cc0e6fa88e65ca27503abc4.zip
fixes
Diffstat (limited to 'man/man1/9.1')
-rw-r--r--man/man1/9.124
1 files changed, 23 insertions, 1 deletions
diff --git a/man/man1/9.1 b/man/man1/9.1
index 24ce0226..80d54705 100644
--- a/man/man1/9.1
+++ b/man/man1/9.1
@@ -1,6 +1,6 @@
.TH 9 1
.SH NAME
-9 \- run Plan 9 commands
+9, 9.rc \- run Plan 9 commands
.SH SYNOPSIS
.B 9
.I cmd
@@ -11,6 +11,20 @@
.PP
.B .
.B 9
+(from
+.IR sh (1))
+.PP
+.B 9.rc
+.I cmd
+[
+.I args
+\&...
+]
+.PP
+.B .
+.B 9.rc
+(from
+.IR rc (1))
.SH DESCRIPTION
Because Plan 9 supplies commands with the same name as but different
behavior than many basic Unix system commands
@@ -42,6 +56,12 @@ shells using
.B .
.B 9
in order to make the current shell start running in the Plan 9 environment.
+.PP
+.I 9.rc
+is the same as
+.I 9
+but written for the shell
+.IR rc (1).
.SH EXAMPLES
Search for greek in the password file:
.IP
@@ -58,5 +78,7 @@ with the Plan 9 commands in the path before the system commands.
.EE
.SH SOURCE
.B \*9/bin/9
+.br
+.B \*9/bin/9.rc
.SH SEE ALSO
.IR intro (1)