summaryrefslogtreecommitdiffstats
path: root/man/man1/db.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/db.1')
-rw-r--r--man/man1/db.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/db.1 b/man/man1/db.1
index 5c2cc9db..fa612f57 100644
--- a/man/man1/db.1
+++ b/man/man1/db.1
@@ -45,11 +45,11 @@ specifies the memory image of a process.
A
.I pid
gives the id of an executing process to be accessed via
-.MR ptrace (2) .
+.MR ptrace 2 .
A
.I corefile
specifies the name of a core dump (see
-.MR core (5)
+.MR core 5
on your system of choice) containing the
memory image of a terminated process.
This manual refers to the memory image specified by
@@ -628,7 +628,7 @@ Dot is assigned to the variable or register named.
.TP
.B !
The rest of the line is passed to
-.MR rc (1)
+.MR rc 1
for execution.
.TP
.BI $ modifier
@@ -969,8 +969,8 @@ is one the breakpoint will fire.
Beware that local variables may be stored in registers; see the
BUGS section.
.SH "SEE ALSO"
-.MR acid (1) ,
-.MR core (1)
+.MR acid 1 ,
+.MR core 1
.SH SOURCE
.B \*9/src/cmd/db
.SH DIAGNOSTICS