diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-15 13:39:17 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-15 13:39:17 +0000 |
commit | 44a2c3286c3d9726597a0fec1f61f3b703a46cf0 (patch) | |
tree | d1ff30c461dc01de5fd4a37cce4ee5dc670e38e2 /man3/getwchar.3 | |
parent | ebc2edd17d2eca41d7c36200fda835ee6d0b9e53 (diff) |
Even when the CONFORMING TO section is just a list of standards,
they should be terminated by a period.
Diffstat (limited to 'man3/getwchar.3')
-rw-r--r-- | man3/getwchar.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getwchar.3 b/man3/getwchar.3 index aa4459fca..2777d73cb 100644 --- a/man3/getwchar.3 +++ b/man3/getwchar.3 @@ -45,7 +45,7 @@ function returns the next wide-character from standard input, or .BR WEOF . .SH "CONFORMING TO" -C99 +C99. .SH NOTES The behavior of .BR getwchar () |