shithub: esig


branches: front

Clone

clone: git://shithub.us/garden/esig gits://shithub.us/garden/esig
push: hjgit://shithub.us/garden/esig

Last commit

a585e202 – sirjofri <sirjofri@sirjofri.de> authored on 2025/03/28 08:43
adds script with first functions

About

esig - extended sig

USAGE

This script calls sig(1) and then prints additional common information from a tabel database.

Did you ever forget the access() returns 0 on success? Then you can read the man page to get the info...

... or you call 'esig access':

	int access(char *name, int mode)
	
	DIAG:  errstr
	RET:   0=success, -1=fail



ESIG LIB FORMAT

Each record begins with a single record line with tab separated values.

Fields:
- function name (this is used for matching)
- diagnostics (e. g. errstr)
- return value (short summary with necessary info)

The following lines that start with a tab character will also be printed. Use them to provide additional notes.