diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index caf077e2fbf..1d9a3e16444 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1830,6 +1830,8 @@ the value of that variable. The variable name should be terminated | |||
| 1830 | with a character not a letter, digit or underscore; otherwise, enclose | 1830 | with a character not a letter, digit or underscore; otherwise, enclose |
| 1831 | the entire variable name in braces. | 1831 | the entire variable name in braces. |
| 1832 | 1832 | ||
| 1833 | If FOO is not defined in the environment, it is not substituted. | ||
| 1834 | |||
| 1833 | If `/~' appears, all of FILENAME through that `/' is discarded. | 1835 | If `/~' appears, all of FILENAME through that `/' is discarded. |
| 1834 | If `//' appears, everything up to and including the first of | 1836 | If `//' appears, everything up to and including the first of |
| 1835 | those `/' is discarded. */) | 1837 | those `/' is discarded. */) |