Manual patch had incorrect information on how to set e-mail address Notes: Sat Aug 12 02:20:24 EDT 2006 rsc The documentation is correct. Perhaps you have an old version of the patch scripts. There was a patch/email but there isn't anymore. Russ Reference: /n/sources/patch/sorry/doc-man-1-patch-email Date: Thu Jul 13 02:47:52 CES 2006 Signed-off-by: newmanbe@tip9ug.jp Reviewed-by: rsc --- /sys/man/1/patch Thu Jul 13 02:46:15 2006 +++ /sys/man/1/patch Thu Jul 13 02:46:13 2006 @@ -4,13 +4,16 @@ .SH SYNOPSIS .B patch/create .I name -.I email .I files ... [ .B < .I description ] .PP +.B patch/email +.I name +.I email +.PP .B patch/list [ .I name ... @@ -44,11 +47,11 @@ creates a new patch consisting of the changes to the listed files, reading a description of the patch from standard input. -The -.I email -address, if not -.LR - , -will be sent notification messages when the patch is applied +.PP +.I Patch/email +specifies the +.I email address +that will be sent notification messages when the patch is applied or commented on. .PP .I Patch/list @@ -86,10 +89,10 @@ .IR pwd , which you have modified locally: .EX -% patch/create pwd-errors user@host.dom /sys/src/cmd/pwd.c +% patch/create pwd-errors /sys/src/cmd/pwd.c Fix pwd to print errors to fd 2 rather than 1. ^D -% +% patch/email pwd-errors user@host.dom .EE .PP Then the developers at Bell Labs run