diff options
author | ethan <ethan@vx32vardo> | 2013-07-05 21:45:24 +0100 |
---|---|---|
committer | ethan <ethan@vx32vardo> | 2013-07-05 21:45:24 +0100 |
commit | 6fd3e90d85b43e4d7d97d11d282946d11d22183a (patch) | |
tree | 9d1c74e661896e445e97b8c5fa31c4c28c493a99 /sys/man/1/rc | |
parent | 0a7e9ba1f567da92a4de50232e77dda924a9b7b8 (diff) |
rc(1): $ifs cleanup
Diffstat (limited to 'sys/man/1/rc')
-rw-r--r-- | sys/man/1/rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/man/1/rc b/sys/man/1/rc index 2dd2a1dd3..3aab3564b 100644 --- a/sys/man/1/rc +++ b/sys/man/1/rc @@ -840,9 +840,8 @@ The default directory for The input field separators used in backquote substitutions. If .B $ifs -is not set in -.IR rc 's -environment, it is initialized to blank, tab and newline. +is not otherwise set, its value is +.BR "'\ \et\en'" . .TP .B $path The search path used to find commands and input files |