mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
5ab0aa962f
Main changes include: searches are now case insensitive Lexicographic order in the database was incorrect; if two keywords matched in the first N chars, the wrong entry may be returned. Added a va_end() function since it is used by GNO open(2) and Orca/C v2.0.4b now declares that as a macro.
57 lines
1.2 KiB
Groff
57 lines
1.2 KiB
Groff
.TH DESCRIBE 1 "Commands and Applications" "7 May 1995" "Version 1.0.3"
|
|
.SH NAME
|
|
describe \- show information about a program
|
|
.SH SYNOPSIS
|
|
.BR describe " [" -hvV ]
|
|
.I program
|
|
.SH DESCRIPTION
|
|
.BR describe
|
|
will show current information about
|
|
.IR program .
|
|
This information includes:
|
|
.nf
|
|
|
|
The name of the program;
|
|
The program version number;
|
|
The shell the program was written for;
|
|
The author (or the person currently maintaining the program);
|
|
Contact information for the author;
|
|
Where the utility should be installed;
|
|
An FTP site from which the program may be obtained, and;
|
|
A brief description of the program.
|
|
|
|
.fi
|
|
.LP
|
|
.BR describe
|
|
uses a database compiled by
|
|
.BR descc (8).
|
|
.SH OPTIONS
|
|
.nf
|
|
\fB-h\fR Show usage information.
|
|
|
|
\fB-v\fR Verbose debugging mode.
|
|
|
|
\fB-V\fR Show version information.
|
|
.fi
|
|
.SH FILES
|
|
/usr/local/lib/describe \- the system
|
|
.B describe
|
|
database. If the environment variable
|
|
.B DESCDB
|
|
is set, its value will be used instead.
|
|
.SH ENVIRONMENT
|
|
.IP DESCDB
|
|
Full path to the system describe database. If
|
|
.B DESCDB
|
|
is set, its value is used instead of the default location
|
|
/usr/local/lib/describe.
|
|
|
|
.SH AUTHOR
|
|
James Brookes <jamesb@ecst.csuchico.edu>.
|
|
.SH "SEE ALSO"
|
|
.BR apropos (1),
|
|
.BR man (1),
|
|
.BR whatis (1),
|
|
.BR descc (8),
|
|
.BR descu (8).
|