diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2011-09-28 05:46:39 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2011-09-28 06:20:52 +0200 |
| commit | e9c23bc636426366d659809bc99cd84661e86464 (patch) | |
| tree | 1881c18a967109517e7881109e9a3171200d5788 /man3/wcscpy.3 | |
| parent | 24511dc14f814eaa7e4306cd32fe401b06c22a2a (diff) | |
| download | man-pages-e9c23bc636426366d659809bc99cd84661e86464.tar.gz | |
fgetws.3, fputws.3, mbrtowc.3, mbsnrtowcs.3, mbsrtowcs.3, mbstowcs.3, wcpcpy.3, wcpncpy.3, wcrtomb.3, wcscat.3, wcscpy.3, wcslen.3, wcsncat.3, wcsncmp.3, wcsncpy.3, wcsnlen.3, wcsnrtombs.3, wcsrtombs.3, wcsstr.3, wcstok.3, wcstombs.3, wcwidth.3: Global fix: consistent use of "null wide character"
Bring more consistency to the discussion of
"[terminating] null wide character"
by writing (at least in the initial use in a page)
"[terminating] null wide character (L'\0')".
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/wcscpy.3')
| -rw-r--r-- | man3/wcscpy.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/wcscpy.3 b/man3/wcscpy.3 index 7b54df4147..49541934bd 100644 --- a/man3/wcscpy.3 +++ b/man3/wcscpy.3 @@ -11,7 +11,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSCPY 3 1999-07-25 "GNU" "Linux Programmer's Manual" +.TH WCSCPY 3 2011-09-28 "GNU" "Linux Programmer's Manual" .SH NAME wcscpy \- copy a wide-character string .SH SYNOPSIS @@ -28,7 +28,8 @@ of the .BR strcpy (3) function. It copies the wide-character string pointed to by \fIsrc\fP, -including the terminating L\(aq\\0\(aq character, to the array pointed to by +including the terminating null wide character (L\(aq\\0\(aq), +to the array pointed to by \fIdest\fP. .PP The strings may not overlap. |
