diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-07 07:49:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-07 07:49:00 +0000 |
commit | a35dc3cc317654655fa054b816a16ca05fb6e19b (patch) | |
tree | 2befa3aa3099100e568a2fa0829a4be40b2f1c29 /lib/libc/stdlib/insque.3 | |
parent | b0eee4b530ca4039c773f3af83cda42a44abd1f2 (diff) |
got to be a pasto...
Diffstat (limited to 'lib/libc/stdlib/insque.3')
-rw-r--r-- | lib/libc/stdlib/insque.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3 index cd8110ed908..14f8fdfe5aa 100644 --- a/lib/libc/stdlib/insque.3 +++ b/lib/libc/stdlib/insque.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: insque.3,v 1.3 2004/01/25 14:48:32 jmc Exp $ +.\" $OpenBSD: insque.3,v 1.4 2005/07/07 07:48:59 jmc Exp $ .\" Copyright (c) 1993 John Brezak .\" All rights reserved. .\" @@ -83,13 +83,13 @@ These functions are not atomic unless that machine architecture allows it. .Xr queue 3 .Sh STANDARDS The -.Fn lsearch +.Fn insque and -.Fn lfind +.Fn remque functions conform to the .St -p1003.1-2001 and -.St -xpg4.3 . +.St -xpg4.3 specifications. .Sh HISTORY The |