소스 검색

Update doc after renaming config.sh

Alois Mahdal 10 년 전
부모
커밋
421f9e6c28
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      src/doc/ffoo.3.sh

+ 4
- 4
src/doc/ffoo.3.sh 파일 보기

46
 
46
 
47
 
47
 
48
 ##
48
 ##
49
-## config.sh -- config file grepping
49
+## inigrep.sh -- inigrep file grepping
50
 ##
50
 ##
51
 
51
 
52
-ffoo import config
52
+ffoo import inigrep
53
 
53
 
54
 # a sample INI file
54
 # a sample INI file
55
 #
55
 #
72
 
72
 
73
 # read as you need
73
 # read as you need
74
 #
74
 #
75
-FFOO_CONFIG_PATH=$HOME/.demo            # just tell us the path
75
+FFOO_INIGREP_PATH=$HOME/.demo           # just tell us the path
76
 inigrep -s foo.bar -k baz foo.ini       # prints "qux"
76
 inigrep -s foo.bar -k baz foo.ini       # prints "qux"
77
 inigrep -p foo.bar.baz foo.ini          # ...short for above
77
 inigrep -p foo.bar.baz foo.ini          # ...short for above
78
 inigrep -p foo.bar.baz                  # ...even shorter (foo hints foo.ini)
78
 inigrep -p foo.bar.baz                  # ...even shorter (foo hints foo.ini)
93
 
93
 
94
 # this works similar to PATH
94
 # this works similar to PATH
95
 #
95
 #
96
-FFOO_CONFIG_PATH=$HOME/.demo-private:$HOME/.demo
96
+FFOO_INIGREP_PATH=$HOME/.demo-private:$HOME/.demo
97
 inigrep    -p foo.bar.baz2              # the private file wins -- "secret qux!"
97
 inigrep    -p foo.bar.baz2              # the private file wins -- "secret qux!"
98
 inigrep -j -p foo.bar.baz2              # but -j causes them to be joined:
98
 inigrep -j -p foo.bar.baz2              # but -j causes them to be joined:
99
                                         #   secret qux
99
                                         #   secret qux