mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add DIAGNOSTICS section to describe exit values.
Approved by: sheldonh (mentor) MFC after: 1 week
This commit is contained in:
parent
e47bee6dce
commit
894429f29b
1 changed files with 12 additions and 0 deletions
|
|
@ -76,6 +76,18 @@ or the
|
|||
.Ev mail
|
||||
variable of
|
||||
.Xr csh 1 .
|
||||
.Sh DIAGNOSTICS
|
||||
The
|
||||
.Nm
|
||||
utility exits with one of the following values:
|
||||
.Bl -tag -width Ds
|
||||
.It 0
|
||||
Notification is enabled.
|
||||
.It 1
|
||||
Notification is disabled.
|
||||
.It >1
|
||||
An error occurred.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr csh 1 ,
|
||||
.Xr mail 1 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue