aboutsummaryrefslogtreecommitdiff
path: root/doc/dejagnu-help.1
blob: 073afe7360f739fb99ece96a83d6063d1d67aee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.\" 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