]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/fgetws.3
s/\\'/\\(aq/
[thirdparty/man-pages.git] / man3 / fgetws.3
index 1477c23e061e026368d7b6a44ef77c2b5575b86e..6cc799282d39a1abba0bab35a99b71a09c80f22a 100644 (file)
@@ -29,7 +29,7 @@ of the
 .BR fgets (3)
 function.
 It reads a string of at most \fIn-1\fP wide characters into the
-wide-character array pointed to by \fIws\fP, and adds a terminating L\'\\0\'
+wide-character array pointed to by \fIws\fP, and adds a terminating L\(aq\\0\(aq
 character.
 It stops reading wide characters after it has encountered and
 stored a newline wide character.