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:
Landon Curt Noll
2023-09-12 16:09:28 -07:00
parent 229a60e4d5
commit 1507adb261
3 changed files with 3 additions and 3 deletions

View File

@@ -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])

View File

@@ -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])

View File

@@ -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])