diff options
| author | gutteridge <gutteridge@NetBSD.org> | 2023-06-30 23:36:47 +0000 |
|---|---|---|
| committer | gutteridge <gutteridge@NetBSD.org> | 2023-06-30 23:36:47 +0000 |
| commit | 1d123bfcd7076836e1bfeef9542d2ddb0bd4ffd7 (patch) | |
| tree | 70bffee387a22b26fb78fd28bcc3a7afa6787397 | |
| parent | f17c5ba8cce26bcd6614bcd52c8a632fc9bb88e6 (diff) | |
audioplay.1: fix sentence punctuation
| -rw-r--r-- | usr.bin/audio/play/audioplay.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/audio/play/audioplay.1 b/usr.bin/audio/play/audioplay.1 index cd9ffb18a6d..c1136b00d0e 100644 --- a/usr.bin/audio/play/audioplay.1 +++ b/usr.bin/audio/play/audioplay.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: audioplay.1,v 1.31 2023/02/13 13:35:45 uwe Exp $ +.\" $NetBSD: audioplay.1,v 1.32 2023/06/30 23:36:47 gutteridge Exp $ .\" .\" Copyright (c) 1998, 1999, 2002, 2010, 2019 Matthew R. Green .\" All rights reserved. @@ -175,7 +175,7 @@ files. In addition to the audio driver encodings list in the EXAMPLES section, .Nm supports playing IEEE floating point data in RIFF WAVE audio files -(with one caveat that the floating point size must be native.) +(with one caveat that the floating point size must be native). In this case .Nm converts the floating point data into signed linear samples before |
