comparison toys/Config.in @ 115:19b5567f0a1b

Add readlink, xreadlink(), and change xrealloc() to not fight the stupid compiler so much.
author Rob Landley <rob@landley.net>
date Sun, 29 Apr 2007 19:55:21 -0400
parents ce6956dfc0cf
children a0678c2ae9b8
comparison
equal deleted inserted replaced
114:ce6956dfc0cf 115:19b5567f0a1b
192 help 192 help
193 usage: pwd 193 usage: pwd
194 194
195 The print working directory command prints the current directory. 195 The print working directory command prints the current directory.
196 196
197 config READLINK
198 bool "readlink"
199 default n
200 help
201 usage: readlink
202
203 Show what a symbolic link points to.
204
205 config READLINK_FINAL
206 bool "readlink -f"
207 default n
208 help
209 usage: readlink [-f]
210
211 -f Show final location, including normal files and multiple symlinks.
212
197 config SYNC 213 config SYNC
198 bool "sync" 214 bool "sync"
199 default n 215 default n
200 help 216 help
201 usage: sync 217 usage: sync