summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.3
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 07:42:49 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 07:42:49 +0000
commitb1bd4afedcfe77e63f8da447a41937ab16966255 (patch)
treef58da9208baad2964d5980c1866f256256745108 /lib/libc/stdlib/strtod.3
parentdfb9caab49302bcb0203ec4a5a7b2fa947445787 (diff)
Add RCS indentifiers.
Diffstat (limited to 'lib/libc/stdlib/strtod.3')
-rw-r--r--lib/libc/stdlib/strtod.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 53e3935f07f..f39715808a7 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -33,7 +33,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)strtod.3 5.3 (Berkeley) 6/29/91
+.\" from: @(#)strtod.3 5.3 (Berkeley) 6/29/91
+.\" $Id: strtod.3,v 1.2 1993/08/01 07:44:17 mycroft Exp $
.\"
.Dd June 29, 1991
.Dt STRTOD 3