From d781ffbe09451f0cce880a010b2d8f5f09047f6f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 18 Dec 2005 18:31:04 +0000 Subject: Chapter07 indentation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/inputrc.xml | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) (limited to 'chapter07/inputrc.xml') diff --git a/chapter07/inputrc.xml b/chapter07/inputrc.xml index 61418c129..5c5ce2278 100644 --- a/chapter07/inputrc.xml +++ b/chapter07/inputrc.xml @@ -1,31 +1,37 @@ - %general-entities; ]> + -Creating the /etc/inputrc File - + + + Creating the /etc/inputrc File -/etc/inputrc + + /etc/inputrc + -The inputrc file handles keyboard mapping for -specific situations. This file is the startup file used by Readline — the -input-related library — used by Bash and most other shells. + The inputrc file handles keyboard mapping for + specific situations. This file is the startup file used by Readline — the + input-related library — used by Bash and most other shells. -Most people do not need user-specific keyboard mappings so the command -below creates a global /etc/inputrc used by everyone who -logs in. If you later decide you need to override the defaults on a per-user -basis, you can create a .inputrc file in the user's home -directory with the modified mappings. + Most people do not need user-specific keyboard mappings so the command + below creates a global /etc/inputrc used by everyone who + logs in. If you later decide you need to override the defaults on a per-user + basis, you can create a .inputrc file in the user's home + directory with the modified mappings. -For more information on how to edit the inputrc file, -see info bash under the Readline Init File -section. info readline is also a good source of information. + For more information on how to edit the inputrc + file, see info bash under the Readline Init + File section. info readline is also a good + source of information. -Below is a generic global inputrc along with comments -to explain what the various options do. Note that comments cannot be on the same -line as commands. Create the file using the following command: + Below is a generic global inputrc along with comments + to explain what the various options do. Note that comments cannot be on the same + line as commands. Create the file using the following command: cat > /etc/inputrc << "EOF" # Begin /etc/inputrc @@ -74,4 +80,3 @@ set bell-style none EOF - -- cgit v1.2.3-54-g00ecf