summaryrefslogtreecommitdiff
path: root/devel/readline/files/patch-doc-readline.info
blob: 6eb3350f6d4df55c8f5823ece410e29a3d30b092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- doc/readline.info.orig	2020-10-30 14:07:51 UTC
+++ doc/readline.info
@@ -313,7 +313,7 @@ putting commands in an "inputrc" file, conventionally 
 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, the
-ultimate default is '/etc/inputrc'.
+ultimate default is '%%PREFIX%%/etc/inputrc'.
 
    When a program which uses the Readline library starts up, the init
 file is read, and the key bindings are set.
@@ -853,8 +853,8 @@ four parser directives used.
 '$include'
      This directive takes a single filename as an argument and reads
      commands and bindings from that file.  For example, the following
-     directive reads from '/etc/inputrc':
-          $include /etc/inputrc
+     directive reads from '%%PREFIX%%/etc/inputrc':
+          $include %%PREFIX%%/etc/inputrc
 
 
 File: readline.info,  Node: Sample Init File,  Prev: Conditional Init Constructs,  Up: Readline Init File