Documented os.linesep (line separator).
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 810e40c..05ce8b6 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -70,6 +70,13 @@
 \code{';'} for MS-DOS.
 \end{datadesc}
 
+\begin{datadesc}{linesep}
+The string used to separate (or, rather, terminate) lines on the
+current platform.  This may be a single character, e.g. \code{'\e n'}
+for \POSIX{} or \code{'\e r'} for MacOS, or multiple characters,
+e.g. \code{'\e r\e n'} for MS-DOS.
+\end{datadesc}
+
 \begin{datadesc}{defpath}
 The default search path used by \code{exec*p*()} if the environment
 doesn't have a \code{'PATH'} key.