× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Tue, 28 Aug 2001 Seth.D.Shields@blum.com wrote:

> > One of the most useful things we have done is to create on
> line documentation similar to UNIX man pages.
>
> For those of us who are UNIX illiterate, what is a UNIX man page?

man pages are a collection of documentation in a standard format sorted by
topic.  The man page for getenv() (chosen because of the recent discussion
here) looks like this:


GETENV(3)           Linux Programmer's Manual           GETENV(3)

NAME
       getenv - get an environment variable

SYNOPSIS
       #include <stdlib.h>

       char *getenv(const char *name);

DESCRIPTION
       The  getenv() function searches the environment list for a
       string that matches the string pointed to  by  name.   The
       strings are of the form name = value.

RETURN VALUE
       The  getenv()  function  returns a pointer to the value in
       the environment, or NULL if there is no match.

CONFORMING TO
       SVID 3, POSIX, BSD 4.3, ISO 9899

SEE ALSO
       putenv(3), setenv(3), unsetenv(3), environ(5)

GNU                         1993-04-03                  GETENV(3)


This is the format we use to document our procedures.

James Rich
james@eaerich.com



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.