diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-25 14:48:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-25 14:48:33 +0000 |
commit | 33c19090cfc4fc3301321575ef88746a0c9b132f (patch) | |
tree | fc143c16c7e323ce335bae6a8d71981682c2ab34 /lib/libc/stdlib/insque.3 | |
parent | 52338ba063cac9c4392cd28af0678f377c74ba96 (diff) |
use new .St macro;
Diffstat (limited to 'lib/libc/stdlib/insque.3')
-rw-r--r-- | lib/libc/stdlib/insque.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3 index b09f1fdc048..cd8110ed908 100644 --- a/lib/libc/stdlib/insque.3 +++ b/lib/libc/stdlib/insque.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: insque.3,v 1.2 2003/06/01 19:27:27 jmc Exp $ +.\" $OpenBSD: insque.3,v 1.3 2004/01/25 14:48:32 jmc Exp $ .\" Copyright (c) 1993 John Brezak .\" All rights reserved. .\" @@ -87,7 +87,7 @@ The and .Fn lfind functions conform to the -.St -p1003.1-01 +.St -p1003.1-2001 and .St -xpg4.3 . specifications. |