mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
improve more of the calc error code system
Even Further improve help files for help/errno, help/error, and help/newerror.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
NAME
|
NAME
|
||||||
errno - return or set a stored error-number
|
errno - return or set a the global calc_errno value
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
errno([errnum])
|
errno([errnum])
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
NAME
|
NAME
|
||||||
error - generate a value of specified error type
|
error - raise a calc error condition
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
error([errnum])
|
error([errnum])
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
NAME
|
NAME
|
||||||
newerror - create or recall a described error-value
|
newerror - create or recall a user defined error condition
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
newerror([str])
|
newerror([str])
|
||||||
|
Reference in New Issue
Block a user