diff options
Diffstat (limited to 'man/login.defs.d/ERASECHAR.xml')
-rw-r--r-- | man/login.defs.d/ERASECHAR.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/login.defs.d/ERASECHAR.xml b/man/login.defs.d/ERASECHAR.xml new file mode 100644 index 0000000..42cbfcf --- /dev/null +++ b/man/login.defs.d/ERASECHAR.xml @@ -0,0 +1,19 @@ +<!-- + SPDX-FileCopyrightText: 1991 - 1993, Julianne Frances Haugh + SPDX-FileCopyrightText: 1991 - 1993, Chip Rosenthal + SPDX-FileCopyrightText: 2007 - 2008, Nicolas François + SPDX-License-Identifier: BSD-3-Clause +--> +<varlistentry> + <term><option>ERASECHAR</option> (number)</term> + <listitem> + <para> + Terminal ERASE character (<replaceable>010</replaceable> = + backspace, <replaceable>0177</replaceable> = DEL). + </para> + <para> + The value can be prefixed "0" for an octal value, or "0x" for an + hexadecimal value. + </para> + </listitem> +</varlistentry> |