Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nerr_register(3) [debian man page]

nerr_register(3)						  util/neo_err.h						  nerr_register(3)

NAME
nerr_register - register a clearsilver error type SYNOPSIS
#include <util/neo_err.h> NEOERR *nerr_register (NERR_TYPE *err, const char *name); ARGUMENTS
err - pointer to a NERR_TYPE name - pretty name for the error type DESCRIPTION
register an error type. This will assign a numeric value to the type, and keep track of the "pretty name" for it. SEE ALSO
nerr_error_traceback(3), nerr_pass(3), nerr_error_string(3), defined(3), nerr_pass_ctx(3), nerr_passf(3), nerr_init(3), nerr_match(3), nerr_log_error(3), nerr_ignore(3), nerr_register(3), nerr_handle ClearSilver 12 July 2007 nerr_register(3)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Diving In

Well, I'm kind of diving into all this. My cp is pretty much pooched so I figured instead of going out and buying a new one, I'd try to build my own. I'd pretty much be set, but I'm kind of board with MS and I want to try something new, so I decided to kind of dive right into this UNIX thing. ... (3 Replies)
Discussion started by: Nocturne
3 Replies

2. Shell Programming and Scripting

Field matching between 2 files

Okay so I'm pretty new to scripting therefore this problem seems pretty tough. I have a main file that has a column of IP addresses and I have to compare it with 3 separate files that also have IP address columns. These 3 files are automatically generated from 3 different servers. Each time... (2 Replies)
Discussion started by: Spunkerspawn
2 Replies

3. UNIX and Linux Applications

Organize (pretty) code

I'm looking for terminal programs, which organize and pretty code like HTML or JavaScript. Thanks! ---------- Post updated at 07:01 AM ---------- Previous update was at 01:49 AM ---------- Found this Online javascript beautifier (1 Reply)
Discussion started by: borobudur
1 Replies