mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move the sysV variable substitution up with the BSD feature that replaced it.
This commit is contained in:
parent
3c3f826d7e
commit
ccf3ce3e97
1 changed files with 2 additions and 2 deletions
|
|
@ -691,8 +691,6 @@ with the single exception that a backslash is used to prevent the expansion
|
|||
of a dollar sign
|
||||
.Pq Ql \&$ ,
|
||||
not a preceding dollar sign as is usual.
|
||||
.It Cm T
|
||||
Replaces each word in the variable with its last component.
|
||||
.It Ar old_string=new_string
|
||||
This is the
|
||||
.At V
|
||||
|
|
@ -713,6 +711,8 @@ is the substring of
|
|||
.Ar old_string
|
||||
to be replaced in
|
||||
.Ar new_string
|
||||
.It Cm T
|
||||
Replaces each word in the variable with its last component.
|
||||
.It Cm U
|
||||
Converts variable to upper-case letters.
|
||||
.El
|
||||
|
|
|
|||
Loading…
Reference in a new issue