git: 9front

Download patch

ref: 469a8c408ad5666867cf3dff74aa85d1d03b140b
parent: 3006602f6edefb7f7d244960bbbcf171a629150c
author: stanley lieber <stanley.lieber@gmail.com>
date: Mon May 23 17:32:09 EDT 2011

pkg(1): update man page

--- 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
--