Fix typo noted by "Wiz" in PR misc/8061.
This commit is contained in:
parent
93ff719d8c
commit
d57a6fa9e5
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: audio.4,v 1.26 1999/07/12 15:20:54 kleink Exp $
|
.\" $NetBSD: audio.4,v 1.27 1999/07/24 15:06:57 tron Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -381,7 +381,7 @@ two's complement signed linear encoding with big endian byte order
|
||||||
.It Dv AUDIO_ENCODING_ULINEAR_LE
|
.It Dv AUDIO_ENCODING_ULINEAR_LE
|
||||||
unsigned linear encoding with little endian byte order
|
unsigned linear encoding with little endian byte order
|
||||||
.It Dv AUDIO_ENCODING_ULINEAR_BE
|
.It Dv AUDIO_ENCODING_ULINEAR_BE
|
||||||
unsigned linear encoding with little big byte order
|
unsigned linear encoding with big endian byte order
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
|
|
Loading…
Reference in New Issue