diff --git a/share/examples/jails/jib b/share/examples/jails/jib index b7e1b0b0d8d..e48f5c49fda 100755 --- a/share/examples/jails/jib +++ b/share/examples/jails/jib @@ -33,7 +33,11 @@ ############################################################ INFORMATION # # Use this tool with jail.conf(5) (or rc.conf(5) ``legacy'' configuration) to -# manage `vnet' interfaces. In jail.conf(5) format: +# manage `vnet' interfaces for jails. Designed to automate the creation of vnet +# interface(s) during jail `prestart' and destroy said interface(s) during jail +# `poststop'. +# +# In jail.conf(5) format: # # ### BEGIN EXCERPT ### # diff --git a/share/examples/jails/jng b/share/examples/jails/jng index 605db90d4dd..bb63cd675bd 100755 --- a/share/examples/jails/jng +++ b/share/examples/jails/jng @@ -33,7 +33,11 @@ ############################################################ INFORMATION # # Use this tool with jail.conf(5) (or rc.conf(5) ``legacy'' configuration) to -# manage `vnet' interfaces. In jail.conf(5) format: +# manage `vnet' interfaces for jails. Designed to automate the creation of vnet +# interface(s) during jail `prestart' and destroy said interface(s) during jail +# `poststop'. +# +# In jail.conf(5) format: # # ### BEGIN EXCERPT ### #