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 | |
parent | 60556a3717eaeb3f1e6bd9dc6408d51a65650c73 (diff) | |
download | openbsd-e294a5916b502510a7b62df45004b1084dafecbc.tar.gz openbsd-e294a5916b502510a7b62df45004b1084dafecbc.tar.bz2 openbsd-e294a5916b502510a7b62df45004b1084dafecbc.zip |
use new .St macro;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/ecvt.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/stdlib/insque.3 | 4 | ||||
-rw-r--r-- | 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 da48a33957..689cb1c6f9 100644 --- a/src/lib/libc/stdlib/ecvt.3 +++ b/src/lib/libc/stdlib/ecvt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ecvt.3,v 1.6 2003/06/17 21:56:24 millert Exp $ | 1 | .\" $OpenBSD: ecvt.3,v 1.7 2004/01/25 14:48:32 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> | 3 | .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
4 | .\" | 4 | .\" |
@@ -162,4 +162,4 @@ The | |||
162 | and | 162 | and |
163 | .Fn gcvt | 163 | .Fn gcvt |
164 | functions conform to | 164 | functions conform to |
165 | .St -p1003.1-01 . | 165 | .St -p1003.1-2001 . |
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. |
diff --git a/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3 index 2bef4c9aad..2adc51096d 100644 --- a/src/lib/libc/stdlib/lsearch.3 +++ b/src/lib/libc/stdlib/lsearch.3 | |||
@@ -97,7 +97,7 @@ The | |||
97 | and | 97 | and |
98 | .Fn lfind | 98 | .Fn lfind |
99 | functions conform to the | 99 | functions conform to the |
100 | .St -p1003.1-01 | 100 | .St -p1003.1-2001 |
101 | and | 101 | and |
102 | .St -xpg4.3 . | 102 | .St -xpg4.3 . |
103 | specifications. | 103 | specifications. |