aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/fgetc.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-08-19 13:40:01 +0200
committerAlejandro Colomar <alx@kernel.org>2025-09-21 16:26:15 +0200
commitf17990c243eafc1891ff692f90b6ce42e6449be8 (patch)
tree62e0e0242db019d77d263bd60a99c7b47a697d1f /man/man3/fgetc.3
parentdbc3270a88165851aa5e7ab5d1f99dc1acb9624d (diff)
downloadman-pages-f17990c243eafc1891ff692f90b6ce42e6449be8.tar.gz
man/: Use semantic newlines
And fix related issues while at it. Silence false positives with \&. Reported-by: `make lint-man-semnl` Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/fgetc.3')
-rw-r--r--man/man3/fgetc.38
1 files changed, 5 insertions, 3 deletions
diff --git a/man/man3/fgetc.3 b/man/man3/fgetc.3
index 6ee0dd8534..a2e49bd8f9 100644
--- a/man/man3/fgetc.3
+++ b/man/man3/fgetc.3
@@ -68,7 +68,8 @@ cast to
.IR "unsigned char" ,
where it is available for subsequent read operations.
Pushed-back characters
-will be returned in reverse order; only one pushback is guaranteed.
+will be returned in reverse order;
+only one pushback is guaranteed.
.P
Calls to the functions described here can be mixed with each other and with
calls to other input functions from the
@@ -129,8 +130,9 @@ It is not advisable to mix calls to input functions from the
.I stdio
library with low-level calls to
.BR read (2)
-for the file descriptor associated with the input stream; the results
-will be undefined and very probably not what you want.
+for the file descriptor associated with the input stream;
+the results will be undefined
+and very probably not what you want.
.SH SEE ALSO
.BR read (2),
.BR write (2),