'NetBSD.org'

This commit is contained in:
grant 2003-02-14 16:17:30 +00:00
parent 806593a806
commit a15c6f031f
2 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
.\" $NetBSD: expr.1,v 1.21 2002/09/25 15:18:39 wiz Exp $
.\" $NetBSD: expr.1,v 1.22 2003/02/14 16:17:30 grant Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
.\" Written by J.T. Conklin <jtc@NetBSD.org>.
.\" Public domain.
.\"
.Dd September 18, 2000
@ -134,11 +134,13 @@ utility conforms to
.St -p1003.2 .
.Sh AUTHORS
Original implementation was written by
.An J.T. Conklin Aq jtc@netbsd.org .
.An J.T. Conklin
.Aq jtc@NetBSD.org .
It was rewritten for
.Nx 1.6
by
.An Jaromir Dolecek Aq jdolecek@netbsd.org .
.An Jaromir Dolecek
.Aq jdolecek@NetBSD.org .
.Sh COMPATIBILITY
This implementation of
.Nm

View File

@ -1,11 +1,11 @@
/* $NetBSD: expr.y,v 1.28 2001/09/16 13:42:10 wiz Exp $ */
/* $NetBSD: expr.y,v 1.29 2003/02/14 16:17:30 grant Exp $ */
/*_
* Copyright (c) 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jaromir Dolecek <jdolecek@NetBSD.org> and J.T. Conklin <jtc@netbsd.org>.
* by Jaromir Dolecek <jdolecek@NetBSD.org> and J.T. Conklin <jtc@NetBSD.org>.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -38,7 +38,7 @@
%{
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: expr.y,v 1.28 2001/09/16 13:42:10 wiz Exp $");
__RCSID("$NetBSD: expr.y,v 1.29 2003/02/14 16:17:30 grant Exp $");
#endif /* not lint */
#include <sys/types.h>