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' is now const.



details:   https://anonhg.NetBSD.org/src/rev/aa2589435f75
branches:  trunk
changeset: 545591:aa2589435f75
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Apr 11 11:59:28 2003 +0000

description:
'indent' is now const.

diffstat:

 share/man/man9/ltsleep.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 6abd66d77430 -r aa2589435f75 share/man/man9/ltsleep.9
--- a/share/man/man9/ltsleep.9  Fri Apr 11 11:36:28 2003 +0000
+++ b/share/man/man9/ltsleep.9  Fri Apr 11 11:59:28 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ltsleep.9,v 1.3 2003/04/07 07:08:46 wiz Exp $
+.\"    $NetBSD: ltsleep.9,v 1.4 2003/04/11 11:59:28 yamt Exp $
 .\"
 .\" Copyright (c) 1996, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 29, 2002
+.Dd April 11, 2003
 .Dt LTSLEEP 9
 .Os
 .Sh NAME
@@ -45,11 +45,11 @@
 .Sh SYNOPSIS
 .Fd #include \*[Lt]sys/proc.h\*[Gt]
 .Ft int
-.Fn "ltsleep" "void *ident" "int priority" "const char *wmesg" "int timo" "__volatile struct simplelock *slock"
+.Fn "ltsleep" "const void *ident" "int priority" "const char *wmesg" "int timo" "__volatile struct simplelock *slock"
 .Ft int
-.Fn "tsleep" "void *ident" "int priority" "const char *wmesg" "int timo"
+.Fn "tsleep" "const void *ident" "int priority" "const char *wmesg" "int timo"
 .Ft void
-.Fn "wakeup" "void *ident"
+.Fn "wakeup" "const void *ident"
 .Sh DESCRIPTION
 These functions implement voluntary context switching.
 .Fn ltsleep



Home | Main Index | Thread Index | Old Index