diff options
| -rw-r--r-- | sys/man/1/rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/1/rc b/sys/man/1/rc index 2b12cf0f7..252fd8a60 100644 --- a/sys/man/1/rc +++ b/sys/man/1/rc @@ -798,8 +798,8 @@ The string for a variable entry has the variable's name followed by .B = and its value. If the value has more than one component, these -are separated by ctrl-a -.RB ( '\e001' ) +are separated by nul +.RB ( '\e000' ) characters. The string for a function is just the .I rc |
