aboutsummaryrefslogtreecommitdiff
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 5397a100aec1..496647b0c7db 100644
--- a/lib/libc/stdio/fgetws.3
+++ b/lib/libc/stdio/fgetws.3
@@ -31,7 +31,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.4.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.\"
.Dd August 6, 2002
.Dt FGETWS 3