From c8b6342d3c2a167dec16931815926e9e4387e7ef Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 13 Jan 2005 04:49:19 +0000 Subject: Many small edits. --- man/man1/acid.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/man1/acid.1') diff --git a/man/man1/acid.1 b/man/man1/acid.1 index b1f2cd0b..e76aeb25 100644 --- a/man/man1/acid.1 +++ b/man/man1/acid.1 @@ -4,7 +4,7 @@ acid, acidtypes \- debugger .SH SYNOPSIS .B acid [ -.BI -l " libfile +.BI -l " library ] [ .B -wq @@ -49,7 +49,7 @@ It can inspect one or more processes that share an address space. A program to be debugged may be specified by the process id of a running or defunct process, or by the name of the program's text file -.RB ( 8.out +.RB ( a.out by default). At the prompt, .I acid @@ -514,13 +514,13 @@ for processes that are still active. .SH BUGS There is no way to redirect the standard input and standard output of a new process. -.br +.PP Source line selection near the beginning of a file may pick an adjacent file. -.br +.PP With the extant stepping commands, one cannot step through instructions outside the text segment and it is hard to debug across process forks. -.br +.PP Breakpoints do not work yet. Therefore, commands such as .BR step , -- cgit v1.2.3