diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-23 21:32:09 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-23 21:32:09 +0000 |
commit | 175de8865fe5d3edffd14324d7a832c6c144abf0 (patch) | |
tree | 6e15ffc5a97563fb4f17c975d868556db461614a /sys/man/1/pkg | |
parent | 9655db255097b84cf742b7a33c74432d4eb3425a (diff) |
pkg(1): update man page
Diffstat (limited to 'sys/man/1/pkg')
-rw-r--r-- | sys/man/1/pkg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/man/1/pkg b/sys/man/1/pkg index 9e75a92bc..3b5e3a84f 100644 --- a/sys/man/1/pkg +++ b/sys/man/1/pkg @@ -30,6 +30,8 @@ packages. .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 @@ -54,6 +56,15 @@ Remove the package 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 programming language. |