Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 -indent -> -offset indent.



details:   https://anonhg.NetBSD.org/src/rev/7108716a4a39
branches:  trunk
changeset: 548399:7108716a4a39
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 26 12:06:35 2003 +0000

description:
-indent -> -offset indent.

diffstat:

 share/man/man9/need_resched.9 |  4 ++--
 share/man/man9/userret.9      |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c08be53b6b01 -r 7108716a4a39 share/man/man9/need_resched.9
--- a/share/man/man9/need_resched.9     Thu Jun 26 12:06:00 2003 +0000
+++ b/share/man/man9/need_resched.9     Thu Jun 26 12:06:35 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: need_resched.9,v 1.3 2003/04/16 13:35:31 wiz Exp $
+.\"     $NetBSD: need_resched.9,v 1.4 2003/06/26 12:06:35 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 Specifically, the
 .Fn need_resched
 function will perform the following operations:
-.Bl -bullet -indent
+.Bl -bullet -offset indent
 .It
 Set a global flag which is checked by
 .Xr userret 9
diff -r c08be53b6b01 -r 7108716a4a39 share/man/man9/userret.9
--- a/share/man/man9/userret.9  Thu Jun 26 12:06:00 2003 +0000
+++ b/share/man/man9/userret.9  Thu Jun 26 12:06:35 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: userret.9,v 1.5 2003/04/16 13:35:34 wiz Exp $
+.\"     $NetBSD: userret.9,v 1.6 2003/06/26 12:07:43 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,7 +61,7 @@
 Specifically, the
 .Fn userret
 function performs the following procedure:
-.Bl -bullet -indent
+.Bl -bullet -offset indent
 .It
 Detect a change in the signal disposition of the current process and invoke
 .Xr postsig 9



Home | Main Index | Thread Index | Old Index