From a15c6f031fc4c835d7ccb2dae1c7809b06a907b0 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 14 Feb 2003 16:17:30 +0000 Subject: [PATCH] 'NetBSD.org' --- bin/expr/expr.1 | 10 ++++++---- bin/expr/expr.y | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 15736401fefa..8d6754ec1ddf 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -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 . +.\" Written by J.T. Conklin . .\" 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 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index d0fab7b3fa49..e4be7b52f542 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -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 and J.T. Conklin . + * by Jaromir Dolecek and J.T. Conklin . * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -38,7 +38,7 @@ %{ #include #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