ref: b1455e7b46468cb7261db53d8c8a8a5ac8806095
parent: f4d5f78c2f7a52978d3ee69836aa128c16fae5fb
parent: 9bdafe0b7530d31ad36c2d03e005b38bf4897a57
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Thu May 26 10:55:18 EDT 2011
merge
--- a/sys/man/1/cpu
+++ b/sys/man/1/cpu
@@ -197,8 +197,9 @@
.B lib/profile
is run are not reflected in the new name space.
.PP
-When using the
-.B -a
-option to `log in' as another user, be aware that
-resources in the local name space will be made
-available to that user.
+By default, the entire namespace of the local system is
+exported to the remote system. Use of the
+.B -P
+option in conjunction with a customized patternfile can
+limit this exposure, but also limits the usefulness of
+.B /mnt/term.
--- a/sys/man/1/pkg
+++ b/sys/man/1/pkg
@@ -30,6 +30,8 @@
.I Pkg/create
Create builds a new package
.IR name ,
+whose source is found in directory
+.IR name ,
then packs it into a
.IR bzip2 (1)
compressed
@@ -53,6 +55,15 @@
.I name
from the local system.
.SH EXAMPLES
+.LP
+Create the package
+.B links-variable-2011.05.23
+.sp 1
+.EX
+% cd /sys/src
+% pkg/create links-variable-2011.05.23
+.EE
+
.LP
Install the
.B Go
--- a/sys/src/cmd/cc/com64.c
+++ b/sys/src/cmd/cc/com64.c
@@ -274,6 +274,8 @@
case ORETURN:
case OAS:
case OIND:
+ case OCOMMA:
+ case OLIST:
return 1;
case OADD:
a = nodaddv;
--
⑨