Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 As noted by jhawk--'count' is a function argu...



details:   https://anonhg.NetBSD.org/src/rev/899830a39d15
branches:  trunk
changeset: 495724:899830a39d15
user:      briggs <briggs%NetBSD.org@localhost>
date:      Thu Aug 03 15:30:52 2000 +0000

description:
As noted by jhawk--'count' is a function argument when I note that that
functions which take a count of bytes have undefined results if the specified
(count) is zero.

diffstat:

 share/man/man9/bus_space.9 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6d971307cdc9 -r 899830a39d15 share/man/man9/bus_space.9
--- a/share/man/man9/bus_space.9        Thu Aug 03 14:52:39 2000 +0000
+++ b/share/man/man9/bus_space.9        Thu Aug 03 15:30:52 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_space.9,v 1.13 2000/08/01 23:08:56 briggs Exp $
+.\" $NetBSD: bus_space.9,v 1.14 2000/08/03 15:30:52 briggs Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -427,7 +427,8 @@
 don't obviously return an error code) do not fail.  They could only fail
 if given invalid arguments, and in that case their behaviour is undefined.
 Functions which take a count of bytes have undefined results if the specified
-count is zero.
+.Fa count
+is zero.
 .Pp
 .Sh TYPES
 Several types are defined in



Home | Main Index | Thread Index | Old Index