We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d4bfef + f282625 commit b456181Copy full SHA for b456181
src/unistd.rs
@@ -2207,7 +2207,7 @@ pub enum SysconfVar {
2207
/// Unless otherwise noted, the maximum length, in bytes, of a utility's
2208
/// input line (either standard input or another file), when the utility is
2209
/// described as processing text files. The length includes room for the
2210
- /// trailing <newline>.
+ /// trailing newline.
2211
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2212
#[cfg_attr(docsrs, doc(cfg(all())))]
2213
LINE_MAX = libc::_SC_LINE_MAX,
0 commit comments