diff options
author | ats <ats@FreeBSD.org> | 1994-02-06 12:24:59 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-02-06 12:24:59 +0000 |
commit | 5055bcd33b4cd728221dc2bde7cce7f117ab42c6 (patch) | |
tree | 2a73003fc54bae35445ef16ef047cee866164df1 /share/man | |
parent | 4194a396a12dd6e7b454e654ae0c52cb7ba10f96 (diff) | |
download | FreeBSD-src-5055bcd33b4cd728221dc2bde7cce7f117ab42c6.zip FreeBSD-src-5055bcd33b4cd728221dc2bde7cce7f117ab42c6.tar.gz |
Fixed a little typo in the spkr.4 man page.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/spkr.4 | 2 | ||||
-rw-r--r-- | share/man/man4/spkr.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/spkr.4 b/share/man/man4/man4.i386/spkr.4 index 148cd94..c9015b3 100644 --- a/share/man/man4/man4.i386/spkr.4 +++ b/share/man/man4/man4.i386/spkr.4 @@ -5,7 +5,7 @@ .Nm spkr .Nd console speaker device driver .Sh SYNOPSIS -.Cd psuedo-device speaker +.Cd pseudo-device speaker .Fd #include <machine/speaker.h> .Sh DESCRIPTION The speaker device driver allows applications to control the PC console diff --git a/share/man/man4/spkr.4 b/share/man/man4/spkr.4 index 148cd94..c9015b3 100644 --- a/share/man/man4/spkr.4 +++ b/share/man/man4/spkr.4 @@ -5,7 +5,7 @@ .Nm spkr .Nd console speaker device driver .Sh SYNOPSIS -.Cd psuedo-device speaker +.Cd pseudo-device speaker .Fd #include <machine/speaker.h> .Sh DESCRIPTION The speaker device driver allows applications to control the PC console |