diff options
author | jmc <> | 2003-06-01 19:27:27 +0000 |
---|---|---|
committer | jmc <> | 2003-06-01 19:27:27 +0000 |
commit | 5796457847338c884c1863d78addddafce4fc02f (patch) | |
tree | 5977475523d1ea29b76fe3415cdb1d3a83522e71 /src/lib/libc/stdlib/insque.3 | |
parent | 986591b4f6cea288e444153e4adc77d36f27fa67 (diff) | |
download | openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.gz openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.bz2 openbsd-5796457847338c884c1863d78addddafce4fc02f.zip |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
Diffstat (limited to 'src/lib/libc/stdlib/insque.3')
-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 b87adb87bc..b09f1fdc04 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.1 2003/05/08 23:26:30 millert Exp $ | 1 | .\" $OpenBSD: insque.3,v 1.2 2003/06/01 19:27:27 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 lsearch |
87 | and | 87 | and |
88 | .Fn lfind | 88 | .Fn lfind |
89 | functions conform to the | 89 | functions conform to the |
90 | .St -p1003.1-01 | 90 | .St -p1003.1-01 |
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 |