OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man5 / termcap.5
index 6983046..4c7d16b 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
 .\"     Fri Apr  2 11:32:09 MET DST 1993
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
@@ -17,9 +18,9 @@
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .\" Modified formatting Sat Jul 24 17:13:38 1993, Rik Faith (faith@cs.unc.edu)
 .\" Modified (extensions and corrections)
@@ -92,7 +93,7 @@ Boolean: :bs:\e
 Numeric: :co#80:\e
 String: :sr=\eE[H:\e
 .fi
-.SS "Boolean Capabilities"
+.SS Boolean capabilities
 .nf
 5i     Printer will not echo on screen
 am     Automatic margins which means automatic line wrap
@@ -122,7 +123,7 @@ xo  Terminal uses xon/xoff protocol
 xs     Text typed over standout text will be displayed in standout
 xt     Teleray glitch, destructive tabs and odd standout mode
 .fi
-.SS "Numeric Capabilities"
+.SS Numeric capabilities
 .nf
 co     Number of columns
 dB     Delay in milliseconds for backspace on hardcopy terminals
@@ -144,7 +145,7 @@ ug  Underline glitch
 vt     virtual terminal number
 ws     Width of status line if different from screen width
 .fi
-.SS "String Capabilities"
+.SS String capabilities
 .nf
 !1     shifted save key
 !2     shifted suspend key
@@ -316,7 +317,7 @@ LO  Turn soft labels on
 mb     Start blinking
 MC     Clear soft margins
 md     Start bold mode
-me     End all mode like so, us, mb, md and mr
+me     End all mode like so, us, mb, md, and mr
 mh     Start half bright mode
 mk     Dark mode (Characters invisible)
 ML     Set left soft margin
@@ -416,7 +417,7 @@ Do ASCII output of this parameter with a field with of 3
 .IP %
 Print a \(aq%\(aq
 .LP
-If you use binary output, then you should avoid the null character ('\\0')
+If you use binary output, then you should avoid the null character (\(aq\\0\(aq)
 because it terminates the string.
 You should reset tabulator expansion
 if a tabulator can be the binary output of a parameter.
@@ -466,7 +467,15 @@ x  vertical line (|)
 .sp
 The values in parentheses are suggested defaults which are used by curses,
 if the capabilities are missing.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR ncurses (3),
 .BR termcap (3),
 .BR terminfo (5)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.