mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add a note that some shells may have the command built-in.
(sh(1) indeed does) Add a cross-reference to builtin(1).
This commit is contained in:
parent
5849041b6f
commit
86ccd13850
2 changed files with 16 additions and 0 deletions
|
|
@ -47,7 +47,15 @@
|
|||
The
|
||||
.Nm
|
||||
utility always returns with a non-zero exit code.
|
||||
.Pp
|
||||
Some shells may provide a builtin
|
||||
.Nm
|
||||
command which is similar or identical to this utility.
|
||||
Consult the
|
||||
.Xr builtin 1
|
||||
manual page.
|
||||
.Sh SEE ALSO
|
||||
.Xr builtin 1 ,
|
||||
.Xr csh 1 ,
|
||||
.Xr sh 1 ,
|
||||
.Xr true 1
|
||||
|
|
|
|||
|
|
@ -47,7 +47,15 @@
|
|||
The
|
||||
.Nm
|
||||
utility always returns with an exit code of zero.
|
||||
.Pp
|
||||
Some shells may provide a builtin
|
||||
.Nm
|
||||
command which is similar or identical to this utility.
|
||||
Consult the
|
||||
.Xr builtin 1
|
||||
manual page.
|
||||
.Sh SEE ALSO
|
||||
.Xr builtin 1 ,
|
||||
.Xr csh 1 ,
|
||||
.Xr false 1 ,
|
||||
.Xr sh 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue