DOC: config: fix rfc7239 forwarded typo in desc
replace specicy with specify in rfc7239 forwarded option description. Multiple occurences were found. May be backported in 2.8.
This commit is contained in:
parent
b1af5dabf0
commit
45cbbdc845
|
@ -9331,16 +9331,16 @@ no option forwarded
|
|||
<host_expr> optional argument to specify a custom sample expression
|
||||
those result will be used as 'host' parameter value
|
||||
|
||||
<by_expr> optional argument to specicy a custom sample expression
|
||||
<by_expr> optional argument to specify a custom sample expression
|
||||
those result will be used as 'by' parameter nodename value
|
||||
|
||||
<for_expr> optional argument to specicy a custom sample expression
|
||||
<for_expr> optional argument to specify a custom sample expression
|
||||
those result will be used as 'for' parameter nodename value
|
||||
|
||||
<by_port_expr> optional argument to specicy a custom sample expression
|
||||
<by_port_expr> optional argument to specify a custom sample expression
|
||||
those result will be used as 'by' parameter nodeport value
|
||||
|
||||
<for_port_expr> optional argument to specicy a custom sample expression
|
||||
<for_port_expr> optional argument to specify a custom sample expression
|
||||
those result will be used as 'for' parameter nodeport value
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue