diff options
author | jmc <> | 2004-01-25 14:48:32 +0000 |
---|---|---|
committer | jmc <> | 2004-01-25 14:48:32 +0000 |
commit | e294a5916b502510a7b62df45004b1084dafecbc (patch) | |
tree | 3a86f24822e7912ba52519fc1579e4ac388b7a58 /src/lib/libc/stdlib/insque.3 | |
parent | 60556a3717eaeb3f1e6bd9dc6408d51a65650c73 (diff) | |
download | openbsd-e294a5916b502510a7b62df45004b1084dafecbc.tar.gz openbsd-e294a5916b502510a7b62df45004b1084dafecbc.tar.bz2 openbsd-e294a5916b502510a7b62df45004b1084dafecbc.zip |
use new .St macro;
Diffstat (limited to 'src/lib/libc/stdlib/insque.3')
-rw-r--r-- | src/lib/libc/stdlib/insque.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3 index b09f1fdc04..cd8110ed90 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.2 2003/06/01 19:27:27 jmc Exp $ | 1 | .\" $OpenBSD: insque.3,v 1.3 2004/01/25 14:48:32 jmc Exp $ |
2 | .\" Copyright (c) 1993 John Brezak | 2 | .\" Copyright (c) 1993 John Brezak |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -87,7 +87,7 @@ The | |||
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-2001 |
91 | and | 91 | and |
92 | .St -xpg4.3 . | 92 | .St -xpg4.3 . |
93 | specifications. | 93 | specifications. |