mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Clarified the function of /etc/inputrc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4d97563062
commit
98a9662ea9
@ -42,6 +42,15 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2016-11-07</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Clarified the function of /etc/inputrc.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem revision="systemd">
|
<listitem revision="systemd">
|
||||||
<para>2016-10-27</para>
|
<para>2016-10-27</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -14,11 +14,13 @@
|
|||||||
<primary sortas="e-/etc/inputrc">/etc/inputrc</primary>
|
<primary sortas="e-/etc/inputrc">/etc/inputrc</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>The <filename>inputrc</filename> file handles keyboard mapping for
|
<para>The <filename>inputrc</filename> file is the configuration file for
|
||||||
specific situations. This file is the startup file used by Readline — the
|
Readline library, which provides editing capabilities while the user is
|
||||||
input-related library — used by Bash and most other shells.</para>
|
entering a line from the terminal. It works by tranlating keyboard inputs
|
||||||
|
into specific actions. Readline is used by Bash and most other shells as
|
||||||
|
well as many other applications.</para>
|
||||||
|
|
||||||
<para>Most people do not need user-specific keyboard mappings so the command
|
<para>Most people do not need user-specific functionality so the command
|
||||||
below creates a global <filename>/etc/inputrc</filename> used by everyone who
|
below creates a global <filename>/etc/inputrc</filename> used by everyone who
|
||||||
logs in. If you later decide you need to override the defaults on a per-user
|
logs in. If you later decide you need to override the defaults on a per-user
|
||||||
basis, you can create a <filename>.inputrc</filename> file in the user's home
|
basis, you can create a <filename>.inputrc</filename> file in the user's home
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20161027">
|
<!ENTITY version "SVN-20161107">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20161027-systemd">
|
<!ENTITY versiond "20161107-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "October 27, 2016">
|
<!ENTITY releasedate "November 7, 2016">
|
||||||
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.11">
|
<!ENTITY milestone "7.11">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user