1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

o While the script is correct and works well in sh(1) make it

works in tcsh(1) which does not support <<- redirection.

PR:		docs/110097
Submitted by:	Sameh Ghane
This commit is contained in:
Maxim Konovalov 2007-03-24 01:39:24 +00:00
parent 657c256c31
commit 5405bc9f50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167859

View File

@ -83,7 +83,7 @@ The following example script creates an
node, attaches four Ethernet interfaces to it and
sets the forwarding method to be IP-address based:
.Bd -literal -offset indent
/usr/sbin/ngctl -f- <<-SEQ
/usr/sbin/ngctl -f- << SEQ
mkpeer fec dummy fec
msg fec0: add_iface "dc0"
msg fec0: add_iface "dc1"