BSD 4_3_Reno release
[unix-history] / usr / src / libexec / bugfiler / sendbug.1
index aedad2f..3281594 100644 (file)
@@ -1,37 +1,69 @@
 .\" Copyright (c) 1983, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1983, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms are permitted provided
+.\" that: (1) source distributions retain this entire copyright notice and
+.\" comment, and (2) distributions including binaries display the following
+.\" acknowledgement:  ``This product includes software developed by the
+.\" University of California, Berkeley and its contributors'' in the
+.\" documentation or other materials provided with the distribution and in
+.\" all advertising materials mentioning features or use of this software.
+.\" Neither the name of the University nor the names of its contributors may
+.\" be used to endorse or promote products derived from this software without
+.\" specific prior written permission.
+.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\"
-.\"     @(#)sendbug.1  6.5 (Berkeley) %G%
+.\"     @(#)sendbug.1  6.6 (Berkeley) 7/24/90
 .\"
 .\"
-.TH SENDBUG 1 "%Q"
-.UC 5
-.ad
-.SH NAME
-sendbug \- mail a system bug report to 4bsd-bugs
-.SH SYNOPSIS
-.B sendbug [ address ]
-.SH DESCRIPTION
-.PP
+.Dd July 24, 1990
+.Dt SENDBUG 1
+.Os BSD 4.2
+.Sh NAME
+.Nm sendbug
+.Nd mail a system bug report to 4bsd-bugs
+.Sh SYNOPSIS
+.Nm sendbug
+.Op Ar address
+.Sh DESCRIPTION
 Bug reports sent to `4bsd-bugs@Berkeley.EDU' are intercepted
 by a program which expects bug reports to conform to a standard format.
 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
+.Nm Sendbug
 is a shell script to help the user compose and mail bug reports
 in the correct format.
 is a shell script to help the user compose and mail bug reports
 in the correct format.
-.I Sendbug
+.Nm Sendbug
 works by invoking the editor specified by the environment variable
 works by invoking the editor specified by the environment variable
-.I EDITOR
+.Ev 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 the editor.  The default editor is
-.IR vi (1).
-.I Sendbug
-then mails the completed report to `4bsd-bugs@Berkeley.EDU' or the address
+appropriate fields and exit the editor.
+.Nm Sendbug
+then mails the completed report to `4bsd-bugs@Berkeley.EDU' or the
+.Ar address
 specified on the command line.
 specified on the command line.
-.SH FILES
-.nf
-.ta \w'/usr/ucb/bugformat       'u
-/usr/ucb/bugformat     contains the bug report outline
-.fi
-.SH "SEE ALSO"
-vi(1), environ(7), bugfiler(8), sendmail(8)
+.Sh ENVIRONMENT
+.Nm Sendbug
+will utilize the following environment variable if it exists:
+.Tw Fl
+.Tp Ev EDITOR
+Specifies the preferred editor. If
+.Ev EDITOR
+is not set,
+.Nm
+defaults to
+.Xr vi 1 .
+.Tp
+.Sh FILES
+.Dw /usr/share/misc/bugformat
+.Di L
+.Dp Pa /usr/share/misc/bugformat
+contains the bug report outline
+.Dp
+.Sh SEE ALSO
+.Xr vi 1 ,
+.Xr environ 7 ,
+.Xr bugfiler 8 ,
+.Xr sendmail 8
+.Sh HISTORY
+.Nm Sendbug
+appeared in 4.2 BSD.