Skip to content

Commit f282625

Browse files
committed
fix '<newline>' being interpreted as html
1 parent 4d4bfef commit f282625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ pub enum SysconfVar {
22072207
/// Unless otherwise noted, the maximum length, in bytes, of a utility's
22082208
/// input line (either standard input or another file), when the utility is
22092209
/// described as processing text files. The length includes room for the
2210-
/// trailing <newline>.
2210+
/// trailing newline.
22112211
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
22122212
#[cfg_attr(docsrs, doc(cfg(all())))]
22132213
LINE_MAX = libc::_SC_LINE_MAX,

0 commit comments

Comments
 (0)