From 6a9313d8c363ac3cb8994b72dd74860757c71aac Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 25 Jan 2004 14:48:32 +0000 Subject: [PATCH] use new .St macro; --- src/lib/libc/stdlib/ecvt.3 | 4 ++-- src/lib/libc/stdlib/insque.3 | 4 ++-- src/lib/libc/stdlib/lsearch.3 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3 index da48a339..689cb1c6 100644 --- a/src/lib/libc/stdlib/ecvt.3 +++ b/src/lib/libc/stdlib/ecvt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ecvt.3,v 1.6 2003/06/17 21:56:24 millert Exp $ +.\" $OpenBSD: ecvt.3,v 1.7 2004/01/25 14:48:32 jmc Exp $ .\" .\" Copyright (c) 2002 Todd C. Miller .\" @@ -162,4 +162,4 @@ The and .Fn gcvt functions conform to -.St -p1003.1-01 . +.St -p1003.1-2001 . diff --git a/src/lib/libc/stdlib/insque.3 b/src/lib/libc/stdlib/insque.3 index b09f1fdc..cd8110ed 100644 --- a/src/lib/libc/stdlib/insque.3 +++ b/src/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. diff --git a/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3 index 2bef4c9a..2adc5109 100644 --- a/src/lib/libc/stdlib/lsearch.3 +++ b/src/lib/libc/stdlib/lsearch.3 @@ -97,7 +97,7 @@ The and .Fn lfind functions conform to the -.St -p1003.1-01 +.St -p1003.1-2001 and .St -xpg4.3 . specifications.