diff options
author | rgl <devnull@localhost> | 2021-03-13 09:47:48 +0100 |
---|---|---|
committer | rgl <devnull@localhost> | 2021-03-13 09:47:48 +0100 |
commit | 2f55920a22c24bcf489fa3fa621eae5969b5bf2c (patch) | |
tree | 9f5834f0e06a92c5aa9aae976c8d89aea0a0c8c6 | |
parent | 2fc22d067df9c25c0339221b2cf5fe0244ef05ef (diff) | |
download | plan9front-2f55920a22c24bcf489fa3fa621eae5969b5bf2c.tar.xz |
audio(1): fix little typo.
-rw-r--r-- | sys/man/1/audio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index a38054ebc..6ac15f60a 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -295,7 +295,7 @@ specifies the number of bits unsigned little-endian integer format .TP .BI S # -singed big-endian integer format +signed big-endian integer format .TP .BI U # unsigned big-endian integer format |