Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Fix off by one in the range of note values (i...
details: https://anonhg.NetBSD.org/src/rev/c2d27d35030f
branches: trunk
changeset: 935527:c2d27d35030f
user: uwe <uwe%NetBSD.org@localhost>
date: Sat Jul 04 19:25:24 2020 +0000
description:
Fix off by one in the range of note values (in one instance).
>From xordspar0 at gmail.
diffstat:
share/man/man4/speaker.4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3a3a3315a457 -r c2d27d35030f share/man/man4/speaker.4
--- a/share/man/man4/speaker.4 Sat Jul 04 18:54:18 2020 +0000
+++ b/share/man/man4/speaker.4 Sat Jul 04 19:25:24 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: speaker.4,v 1.23 2017/06/13 06:25:20 nat Exp $
+.\" $NetBSD: speaker.4,v 1.24 2020/07/04 19:25:24 uwe Exp $
.\"
.\" Copyright (c) 2016 Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
.\" All rights reserved.
@@ -118,7 +118,7 @@
environment and are omitted.
The `octave-tracking' feature is also new.
.Pp
-There are 84 accessible notes numbered 1-83 in 7 octaves, each running from
+There are 84 accessible notes numbered 1-84 in 7 octaves, each running from
C to B, numbered 0-6; the scale is equal-tempered A440 and octave 3 starts
with middle C.
By default, the play function emits half-second notes with the
Home |
Main Index |
Thread Index |
Old Index