summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2005-07-07 07:48:59 +0000
committerjmc <>2005-07-07 07:48:59 +0000
commit719b4095516ed95454fd539f25fad96e8e94d88a (patch)
treea07e95002de296fea144273e2d635341ddd91324
parent50b5ffa76644cb9dbead0b4113a3f540cfce026a (diff)
downloadopenbsd-719b4095516ed95454fd539f25fad96e8e94d88a.tar.gz
openbsd-719b4095516ed95454fd539f25fad96e8e94d88a.tar.bz2
openbsd-719b4095516ed95454fd539f25fad96e8e94d88a.zip
got to be a pasto...
-rw-r--r--src/lib/libc/stdlib/insque.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3
index cd8110ed90..14f8fdfe5a 100644
--- a/src/lib/libc/stdlib/insque.3
+++ b/src/lib/libc/stdlib/insque.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: insque.3,v 1.3 2004/01/25 14:48:32 jmc Exp $ 1.\" $OpenBSD: insque.3,v 1.4 2005/07/07 07:48:59 jmc Exp $
2.\" Copyright (c) 1993 John Brezak 2.\" Copyright (c) 1993 John Brezak
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -83,13 +83,13 @@ These functions are not atomic unless that machine architecture allows it.
83.Xr queue 3 83.Xr queue 3
84.Sh STANDARDS 84.Sh STANDARDS
85The 85The
86.Fn lsearch 86.Fn insque
87and 87and
88.Fn lfind 88.Fn remque
89functions conform to the 89functions conform to the
90.St -p1003.1-2001 90.St -p1003.1-2001
91and 91and
92.St -xpg4.3 . 92.St -xpg4.3
93specifications. 93specifications.
94.Sh HISTORY 94.Sh HISTORY
95The 95The