=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pmdb/Attic/pmdb.1,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/pmdb/Attic/pmdb.1 2003/03/22 08:07:12 1.12 --- src/usr.bin/pmdb/Attic/pmdb.1 2003/06/10 09:12:11 1.13 *************** *** 1,16 **** ! .\" $OpenBSD: pmdb.1,v 1.12 2003/03/22 08:07:12 david Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski ! .\" All rights reserved. .\" ! .\" Redistribution and use in source and binary forms, with or without ! .\" modification, are permitted provided that the following conditions ! .\" are met: .\" ! .\" 1. Redistributions of source code must retain the above copyright ! .\" notice, this list of conditions and the following disclaimer. .\" 2. The name of the author may not be used to endorse or promote products ! .\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, .\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY --- 1,16 ---- ! .\" $OpenBSD: pmdb.1,v 1.13 2003/06/10 09:12:11 jmc Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski ! .\" All rights reserved. .\" ! .\" Redistribution and use in source and binary forms, with or without ! .\" modification, are permitted provided that the following conditions ! .\" are met: .\" ! .\" 1. Redistributions of source code must retain the above copyright ! .\" notice, this list of conditions and the following disclaimer. .\" 2. The name of the author may not be used to endorse or promote products ! .\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, .\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY *************** *** 21,27 **** .\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ! .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd February 20, 2002 .Dt PMDB 1 --- 21,27 ---- .\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ! .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd February 20, 2002 .Dt PMDB 1 *************** *** 43,55 **** .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. It is also possible to debug a process that is already running by specifying the process's PID to the .Fl p ! flag. This causes the process to be put in STOPPED state until execution is resumed either by an explicit command to pmdb or by exiting pmdb. The program is controlled from a command line which usually gives the prompt "pmdb>". --- 43,56 ---- .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. It is also possible to debug a process that is already running by specifying the process's PID to the .Fl p ! flag. ! This causes the process to be put in STOPPED state until execution is resumed either by an explicit command to pmdb or by exiting pmdb. The program is controlled from a command line which usually gives the prompt "pmdb>". *************** *** 70,76 **** Unless a signal is ignored with the .Ic signal ignore command, it will be caught by ! .Nm and the process will go into the .Ic STOPPED state. --- 71,77 ---- Unless a signal is ignored with the .Ic signal ignore command, it will be caught by ! .Nm and the process will go into the .Ic STOPPED state.