blob: 1f1fcdc23b9f6960c48126049217dddb79e3f1df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% sed -i .orig 's|/etc/inputrc|%%PREFIX%%&|g' doc/readline.3 doc/readline.info doc/rluserman.info
--- doc/rluserman.info.orig 2025-03-31 14:28:42 UTC
+++ doc/rluserman.info
@@ -325,7 +325,7 @@ is ‘~/.inputrc’. If that file does not exist or c
directory. The name of this file is taken from the value of the
environment variable ‘INPUTRC’. If that variable is unset, the default
is ‘~/.inputrc’. If that file does not exist or cannot be read,
-Readline looks for ‘/etc/inputrc’.
+Readline looks for ‘%%PREFIX%%/etc/inputrc’.
When a program that uses the Readline library starts up, Readline
reads the init file and sets any variables and key bindings it contains.
@@ -952,8 +952,8 @@ four parser directives available.
‘$include’
This directive takes a single filename as an argument and reads
commands and key bindings from that file. For example, the
- following directive reads from ‘/etc/inputrc’:
- $include /etc/inputrc
+ following directive reads from ‘%%PREFIX%%/etc/inputrc’:
+ $include %%PREFIX%%/etc/inputrc
File: rluserman.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
|