Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 fuword returns a long, according to systm.h



details:   https://anonhg.NetBSD.org/src/rev/7896a3445897
branches:  trunk
changeset: 509958:7896a3445897
user:      perry <perry%NetBSD.org@localhost>
date:      Wed May 16 03:52:58 2001 +0000

description:
fuword returns a long, according to systm.h

diffstat:

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

diffs (18 lines):

diff -r 205703904d5f -r 7896a3445897 share/man/man9/fetch.9
--- a/share/man/man9/fetch.9    Wed May 16 03:52:10 2001 +0000
+++ b/share/man/man9/fetch.9    Wed May 16 03:52:58 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fetch.9,v 1.10 1999/03/16 00:40:47 garbled Exp $
+.\"    $NetBSD: fetch.9,v 1.11 2001/05/16 03:52:58 perry Exp $
 .\"
 .\" Copyright (c) 1996 Jason R. Thorpe.
 .\" All rights reserved.
@@ -53,7 +53,7 @@
 .Fn fusword "void *base"
 .Ft int
 .Fn fuswintr "void *base"
-.Ft int
+.Ft long
 .Fn fuword "void *base"
 .Sh DESCRIPTION
 The



Home | Main Index | Thread Index | Old Index