diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-05 18:31:00 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-05 18:31:00 +0000 |
commit | 4c77b4e606f86a07ac2c3e1baecc1d2f6b1ee279 (patch) | |
tree | a2395128b07676feb5a435069ce42e705dc26601 /usr.bin | |
parent | 0a85c8026381e5de0e5c55c16fff4e797a3975aa (diff) |
document -c, add Xr to core(5) and some minor changes as per mandoc(7).
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pmdb/pmdb.1 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.bin/pmdb/pmdb.1 b/usr.bin/pmdb/pmdb.1 index 387f562141c..50aaec774f9 100644 --- a/usr.bin/pmdb/pmdb.1 +++ b/usr.bin/pmdb/pmdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pmdb.1,v 1.6 2002/03/18 17:13:31 espie Exp $ +.\" $OpenBSD: pmdb.1,v 1.7 2002/06/05 18:30:59 fgsch Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -31,6 +31,7 @@ .Nd debugger. .Sh SYNOPSIS .Nm pmdb +.Op Fl c Ar core .Ar program Op Ar ... .Sh DESCRIPTION The @@ -41,6 +42,9 @@ The only way to start .Nm at this moment is to specify the name of the program to be debugged and all its arguments on the command line. +Optionally, +.Fl c +can be used to specify a core file to examine. The program is controlled from a command line which usually gives the prompt "pmdb>". .Sh PROCESS STATES @@ -119,13 +123,15 @@ Kills the process (if necessary) and exits Alias for .Ic quit . .El -.Sh BUGS -The command syntax is really poor and ad hoc at this moment. Most of the -command names and arguments will change as soon as the command line interface -is replaced. +.Sh SEE ALSO +.Xr core 5 .Sh HISTORY The .Nm debugger was written because the author believed that .Xr gdb 1 was too bloated and hairy to run on OpenBSD/sparc64. +.Sh BUGS +The command syntax is really poor and ad hoc at this moment. Most of the +command names and arguments will change as soon as the command line interface +is replaced. |