Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add offsets to the indentation in couple of pla...



details:   https://anonhg.NetBSD.org/src/rev/c1e30dcc9edc
branches:  trunk
changeset: 753933:c1e30dcc9edc
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Apr 14 08:57:21 2010 +0000

description:
Add offsets to the indentation in couple of places.

diffstat:

 lib/libc/sys/ptrace.2 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 3b95ca025945 -r c1e30dcc9edc lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Wed Apr 14 08:49:49 2010 +0000
+++ b/lib/libc/sys/ptrace.2     Wed Apr 14 08:57:21 2010 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: ptrace.2,v 1.33 2010/04/06 14:26:59 wiz Exp $
+.\"    $NetBSD: ptrace.2,v 1.34 2010/04/14 08:57:21 jruoho Exp $
 .\"
 .\" This file is in the public domain.
-.Dd April 6, 2010
+.Dd April 14, 2010
 .Dt PTRACE 2
 .Os
 .Sh NAME
@@ -217,9 +217,9 @@
 The
 .Fa piod_op
 field specifies which type of I/O operation to perform.
-Possible
-values are:
-.Bl -tag -width 18n
+Possible values are:
+.Pp
+.Bl -tag -width 18n -offset indent -compact
 .It Dv PIOD_READ_D
 .It Dv PIOD_WRITE_D
 .It Dv PIOD_READ_I
@@ -288,9 +288,9 @@
 no thread after the one whose LWP ID was supplied in the call.
 .Fa pl_event
 contains the event that stopped the thread.
-Possible
-values are:
-.Bl -tag -width 30n
+Possible values are:
+.Pp
+.Bl -tag -width 30n -offset indent -compact
 .It Dv PL_EVENT_NONE
 .It Dv PL_EVENT_SIGNAL
 .El
@@ -504,7 +504,7 @@
 .Va errno
 can be set to 0 before the call and checked afterwards.
 The possible errors are:
-.Bl -tag -width 4n
+.Bl -tag -width "[EINVAL]"
 .It Bq Er EAGAIN
 Process is currently exec'ing and cannot be traced.
 .It Bq Er EBUSY



Home | Main Index | Thread Index | Old Index