diff options
author | 2003-06-01 19:27:27 +0000 | |
---|---|---|
committer | 2003-06-01 19:27:27 +0000 | |
commit | a0d22958f2254ee395f06fb4feac7fe47474edb8 (patch) | |
tree | f6b358613c71a58232c170deea163edd3db31122 /lib/libc/stdlib/insque.3 | |
parent | - section reorder (diff) | |
download | wireguard-openbsd-a0d22958f2254ee395f06fb4feac7fe47474edb8.tar.xz wireguard-openbsd-a0d22958f2254ee395f06fb4feac7fe47474edb8.zip |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
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 b87adb87bcb..b09f1fdc048 100644 --- a/lib/libc/stdlib/insque.3 +++ b/lib/libc/stdlib/insque.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: insque.3,v 1.1 2003/05/08 23:26:30 millert Exp $ +.\" $OpenBSD: insque.3,v 1.2 2003/06/01 19:27:27 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 lsearch and .Fn lfind functions conform to the .St -p1003.1-01 -and -.St -xpg4.3 . +and +.St -xpg4.3 . specifications. .Sh HISTORY The |