summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-09-25 19:09:02 +0000
committerfgsch <fgsch@openbsd.org>2002-09-25 19:09:02 +0000
commit714b1dc642e794feb178a05fb7f66c0d77fed0db (patch)
tree9e25e170a960717a09924e7b0634b635db5041a6
parentCorrect sfr(4) reference. (diff)
downloadwireguard-openbsd-714b1dc642e794feb178a05fb7f66c0d77fed0db.tar.xz
wireguard-openbsd-714b1dc642e794feb178a05fb7f66c0d77fed0db.zip
better text for clause 3. pointed out by miod@.
-rw-r--r--share/man/man4/gpr.48
-rw-r--r--sys/dev/pcmcia/gpr.c8
-rw-r--r--sys/dev/pcmcia/gprio.h8
3 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/gpr.4 b/share/man/man4/gpr.4
index 2a26699d393..d45fc1c6257 100644
--- a/share/man/man4/gpr.4
+++ b/share/man/man4/gpr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gpr.4,v 1.2 2002/06/18 01:10:37 fgsch Exp $
+.\" $OpenBSD: gpr.4,v 1.3 2002/09/25 19:09:02 fgsch Exp $
.\"
.\" Copyright (c) 2002, Federico G. Schwindt
.\" All rights reserved.
@@ -12,9 +12,9 @@
.\" notice, this list of conditions and the following disclaimer in
.\" the documentation and/or other materials provided with the
.\" distribution.
-.\" 3. Neither the name of the Federico G. Schwindt nor the names of its
-.\" contributors may be used to endorse or promote products derived
-.\" from this software without specific prior written permission.
+.\" 3. Neither the name of the author 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 BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
.\" "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/sys/dev/pcmcia/gpr.c b/sys/dev/pcmcia/gpr.c
index 6db1bbe5d70..730e03797db 100644
--- a/sys/dev/pcmcia/gpr.c
+++ b/sys/dev/pcmcia/gpr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gpr.c,v 1.6 2002/07/29 18:53:32 fgsch Exp $ */
+/* $OpenBSD: gpr.c,v 1.7 2002/09/25 19:09:02 fgsch Exp $ */
/*
* Copyright (c) 2002, Federico G. Schwindt
@@ -13,9 +13,9 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name of the Federico G. Schwindt nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
+ * 3. Neither the name of the author 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 BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/sys/dev/pcmcia/gprio.h b/sys/dev/pcmcia/gprio.h
index e2fea8666c7..3078cc95dc0 100644
--- a/sys/dev/pcmcia/gprio.h
+++ b/sys/dev/pcmcia/gprio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gprio.h,v 1.2 2002/06/17 20:41:51 fgsch Exp $ */
+/* $OpenBSD: gprio.h,v 1.3 2002/09/25 19:09:02 fgsch Exp $ */
/*
* Copyright (c) 2002, Federico G. Schwindt
@@ -13,9 +13,9 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name of the Federico G. Schwindt nor the names of its
- * contributors may be used to endorse or promote products derived
- * from this software without specific prior written permission.
+ * 3. Neither the name of the author 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 BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT