Skip to content

Commit

Permalink
fix '<newline>' being interpreted as html
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Dec 2, 2022
1 parent 83e77a3 commit 3fd7fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unistd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2158,7 +2158,7 @@ pub enum SysconfVar {
/// Unless otherwise noted, the maximum length, in bytes, of a utility's
/// input line (either standard input or another file), when the utility is
/// described as processing text files. The length includes room for the
/// trailing <newline>.
/// trailing newline.
#[cfg(not(target_os = "redox"))]
#[cfg_attr(docsrs, doc(cfg(all())))]
LINE_MAX = libc::_SC_LINE_MAX,
Expand Down

0 comments on commit 3fd7fb1

Please sign in to comment.