summaryrefslogtreecommitdiff
path: root/man3/fputws.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-12 01:02:19 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-12 01:02:19 +0000
commit91fe9d5cd759053bb027e0f5b896073cbd311fd9 (patch)
treec95b1a8ea83d0dd6d5ec252f288b18d4cae176b2 /man3/fputws.3
parentb2ad03aad12bcabbe854e558fbbc519287454f7d (diff)
Add section numbers to xrefs
Diffstat (limited to 'man3/fputws.3')
-rw-r--r--man3/fputws.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fputws.3 b/man3/fputws.3
index 2fcfc798..91782619 100644
--- a/man3/fputws.3
+++ b/man3/fputws.3
@@ -22,7 +22,7 @@ fputws \- write a wide-character string to a FILE stream
.fi
.SH DESCRIPTION
The \fBfputws\fP() function is the wide-character equivalent of
-the \fBfputs\fP() function.
+the \fBfputs\fP(3) function.
It writes the wide-character string starting at \fIws\fP, up to but
not including the terminating L'\\0' character, to \fIstream\fP.
.PP