summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-24 19:55:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-24 19:55:52 +0000
commita8343af6bc0742bb3e8063e88dd4dff0e1915033 (patch)
tree17f0e4fbb4b565798a1d7b0b887eb1674ac5b3cf
parent4d30cefdcf017f10d3e4f83de17914acd7d5db8b (diff)
add FILES section documenting license.template;
from Nick Nauwelaerts; ok deraadt@
-rw-r--r--share/man/man9/style.98
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 15e8add8961..55e3e72b127 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: style.9,v 1.36 2004/02/10 20:33:32 jmc Exp $
+.\" $OpenBSD: style.9,v 1.37 2004/02/24 19:55:51 jmc Exp $
.\"
.Dd June 18, 2001
.Dt STYLE 9
@@ -243,7 +243,6 @@ typedef struct _bar {
int level;
} BAR;
.Ed
-.Pp
.Bd -literal -offset 0i
/*
* All major routines should have a comment briefly describing what
@@ -652,6 +651,11 @@ Whenever possible, code should be run through a code checker
.Dq Li gcc -Wall -W -Wtraditional -Wpointer-arith -Wbad-function-cast ... ,
.Xr lint 1
or lclint from the ports tree) and produce minimal warnings.
+.Sh FILES
+.Bl -tag -width "/usr/share/misc/license.template " -compact
+.It Pa /usr/share/misc/license.template
+Example license for new code.
+.El
.Sh SEE ALSO
.Xr indent 1 ,
.Xr err 3 ,