From f28262564da77c0746d0e98312a1aa24979055fb Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Wed, 12 Oct 2022 20:36:15 -0500 Subject: fix '' being interpreted as html --- src/unistd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd.rs') diff --git a/src/unistd.rs b/src/unistd.rs index 3b0df74f..2197d2bc 100644 --- a/src/unistd.rs +++ b/src/unistd.rs @@ -2207,7 +2207,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 . + /// trailing newline. #[cfg(not(any(target_os = "redox", target_os = "haiku")))] #[cfg_attr(docsrs, doc(cfg(all())))] LINE_MAX = libc::_SC_LINE_MAX, -- cgit v1.2.3