diff options
author | Ethan Grammatikidis <eekee57@fastmail.fm> | 2017-07-01 16:10:57 +0100 |
---|---|---|
committer | Ethan Grammatikidis <eekee57@fastmail.fm> | 2017-07-01 16:10:57 +0100 |
commit | a4c35d47bf2c591a4d699f50107819b637a52e7c (patch) | |
tree | ef88c66578a3d8a412b094aadb665c14bf1fc0e4 | |
parent | 4bcde1a30b3d22c959d27887cf20fe8bb72ed02c (diff) | |
download | plan9front-a4c35d47bf2c591a4d699f50107819b637a52e7c.tar.xz |
rc(1): catch up with a change made long before 9front
-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 |