summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2011-01-14 07:33:47 +0000
committerjmc <jmc@openbsd.org>2011-01-14 07:33:47 +0000
commit1faf45c14b0560633969c907b0ad557d2e312310 (patch)
tree23658de0386a0148990644ba5819f76ad02e6afd /lib/libc
parentsync (diff)
downloadwireguard-openbsd-1faf45c14b0560633969c907b0ad557d2e312310.tar.xz
wireguard-openbsd-1faf45c14b0560633969c907b0ad557d2e312310.zip
superceded -> superseded;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/insque.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3
index dcb2b0d1581..dbda059c435 100644
--- a/lib/libc/stdlib/insque.3
+++ b/lib/libc/stdlib/insque.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: insque.3,v 1.7 2007/05/31 19:19:31 jmc Exp $
+.\" $OpenBSD: insque.3,v 1.8 2011/01/14 07:33:47 jmc Exp $
.\" Copyright (c) 1993 John Brezak
.\" All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 14 2011 $
.Dt INSQUE 3
.Os
.Sh NAME
@@ -41,7 +41,7 @@
.Fn remque "void *elem"
.Sh DESCRIPTION
.Bf -symbolic
-These interfaces have been superceded by the
+These interfaces have been superseded by the
.Xr queue 3
macros and are provided for compatibility with legacy code.
.Ef