ref: 269e63406d8d9fe79351849ca5c225f7dd3024d1
parent: befae4b650e997dedb1f5a217f5461a9174f7389
parent: 5f7f366e73c31f7c525fdc12753e66e2ae95f485
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;