summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetws.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fgetws.3')
-rw-r--r--lib/libc/stdio/fgetws.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3
index dc04275e9587..ac51398a420d 100644
--- a/lib/libc/stdio/fgetws.3
+++ b/lib/libc/stdio/fgetws.3
@@ -35,7 +35,7 @@
.\"
.\" @(#)fgets.3 8.1 (Berkeley) 6/4/93
.\" FreeBSD: src/lib/libc/stdio/fgets.3,v 1.16 2002/05/31 05:01:17 archie Exp
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/stdio/fgetws.3,v 1.3 2003/03/09 02:56:54 tjr Exp $
.\"
.Dd August 6, 2002
.Dt FGETWS 3