date and time created 86/11/25 12:41:14 by bostic
[unix-history] / usr / src / libexec / bugfiler / sendbug.1
index 3d7332f..4cc14c8 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)sendbug.1   6.1 (Berkeley) %G%
+.\"    @(#)sendbug.1   6.2 (Berkeley) %G%
 .\"
 .TH SENDBUG 1 ""
 .UC 5
 .\"
 .TH SENDBUG 1 ""
 .UC 5
@@ -13,19 +13,19 @@ sendbug \- mail a system bug report to 4bsd-bugs
 .B sendbug [ address ]
 .SH DESCRIPTION
 .PP
 .B sendbug [ address ]
 .SH DESCRIPTION
 .PP
-Bug reports sent to `4bsd-bugs@BERKELEY' are intercepted
+Bug reports sent to `4bsd-bugs@Berkeley.EDU' are intercepted
 by a program which expects bug reports to conform to a standard format.
 .I Sendbug
 is a shell script to help the user compose and mail bug reports
 in the correct format.
 .I Sendbug
 by a program which expects bug reports to conform to a standard format.
 .I Sendbug
 is a shell script to help the user compose and mail bug reports
 in the correct format.
 .I Sendbug
-works by invoking
-.IR vi (1)
+works by invoking the editor specified by the environment variable
+.I EDITOR
 on a temporary copy of the bug report format outline. The user must fill in the
 on a temporary copy of the bug report format outline. The user must fill in the
-appropriate fields and exit
-.IR vi .
+appropriate fields and exit the editor.  The default editor is
+.IR vi (1).
 .I Sendbug
 .I Sendbug
-then mails the completed report to `4bsd-bugs@BERKELEY' or the address
+then mails the completed report to `4bsd-bugs@Berkeley.EDU' or the address
 specified on the command line.
 .SH FILES
 .nf
 specified on the command line.
 .SH FILES
 .nf
@@ -34,4 +34,5 @@ specified on the command line.
 .fi
 .SH "SEE ALSO"
 vi(1),
 .fi
 .SH "SEE ALSO"
 vi(1),
+environ(7),
 sendmail(8)
 sendmail(8)