mirror of https://gitee.com/Nocallback/dejagnu.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
.\" Copyright (C) 2018 Free Software Foundation, Inc.
|
|
.\" You may distribute this file under the terms of the GNU Free
|
|
.\" Documentation License.
|
|
.Dd December 19, 2018
|
|
.Os GNU
|
|
.Dt DEJAGNU-HELP 1 URM
|
|
.Sh NAME
|
|
.Nm dejagnu\ help
|
|
.Nd display manual pages for DejaGnu auxiliary commands
|
|
.Sh SYNOPSIS
|
|
.Nm dejagnu\ help
|
|
.Op Ar options...
|
|
.Ao Ar command Ac
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
command displays long-form documentation for DejaGnu auxiliary commands.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width ".Fl v , -verbose"
|
|
.It Fl v , -verbose
|
|
Emit additional output describing the operation of
|
|
.Nm
|
|
itself.
|
|
.It Fl w , -path
|
|
This option is simply passed on to
|
|
.Nm man .
|
|
.It Fl W
|
|
This option is simply passed on to
|
|
.Nm man .
|
|
.El
|
|
.Sh FILES
|
|
The
|
|
.Nm
|
|
command checks for man pages in a
|
|
.Pa doc/
|
|
directory next to the
|
|
.Pa commands/
|
|
directory where this script is located.
|
|
If the page is found there, a full file name is given to
|
|
.Nm man .
|
|
Otherwise, only the command name is given and the search described in
|
|
.Xr man 1
|
|
is performed.
|
|
.Sh SEE ALSO
|
|
.Xr man 1
|
|
.Sh AUTHORS
|
|
Jacob Bachmeyer
|
|
.Sh BUGS
|
|
Currently only supports man pages.
|
|
.\" LocalWords: Dt URM Nm DejaGnu Ao Xr
|
|
|