git: 9front

Download patch

ref: 3f8bb21c10d919a37d6a632dc02fa6be48016060
parent: a5fd07788e957ec834038b86b51944da4249d48c
author: ethan <ethan@vx32vardo>
date: Fri Jul 5 17:45:24 EDT 2013

rc(1): $ifs cleanup

--- a/sys/man/1/rc
+++ b/sys/man/1/rc
@@ -840,9 +840,8 @@
 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
--