From ec75f7b2749832efb5684f76663a00df701a7071 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Mon, 30 Jan 2006 03:17:33 +0000 Subject: [PATCH] MFC r1.282: Note that options are set using sh(1) syntax. --- share/man/man5/rc.conf.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 6fe8df4a7fdd..755575628faf 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -68,6 +68,11 @@ See the .Va rc_conf_files variable below. .Pp +Options are set with +.Dq Li name=value +assignments that use +.Xr sh 1 +syntax. The following list provides a name and short description for each variable that can be set in the .Nm @@ -3451,6 +3456,7 @@ device and the mount point will be changed. .Xr info 1 , .Xr kbdcontrol 1 , .Xr makewhatis 1 , +.Xr sh 1 , .Xr vi 1 , .Xr vidcontrol 1 , .Xr ip 4 ,