diff options
-rw-r--r-- | src/lib/libc/stdlib/insque.3 | 8 |
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 |
85 | The | 85 | The |
86 | .Fn lsearch | 86 | .Fn insque |
87 | and | 87 | and |
88 | .Fn lfind | 88 | .Fn remque |
89 | functions conform to the | 89 | functions conform to the |
90 | .St -p1003.1-2001 | 90 | .St -p1003.1-2001 |
91 | and | 91 | and |
92 | .St -xpg4.3 . | 92 | .St -xpg4.3 |
93 | specifications. | 93 | specifications. |
94 | .Sh HISTORY | 94 | .Sh HISTORY |
95 | The | 95 | The |