diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-21 03:15:47 +0000 |
commit | 6a8d0cb8380ab8e65766f56340c8dac41d6a5705 (patch) | |
tree | d083dd11635c7a5bd971dbb4b0d5b6eff9b4a296 /share/man/man9/audio.9 | |
parent | f923664fa40842bde91793690e58d886dad875d2 (diff) |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'share/man/man9/audio.9')
-rw-r--r-- | share/man/man9/audio.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/audio.9 b/share/man/man9/audio.9 index 590ebb0f804..88ef45aa82b 100644 --- a/share/man/man9/audio.9 +++ b/share/man/man9/audio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.9,v 1.22 2010/07/15 03:43:11 jakemsr Exp $ +.\" $OpenBSD: audio.9,v 1.23 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: audio.9,v 1.14 2000/02/11 22:56:15 kleink Exp $ .\" .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 15 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt AUDIO 9 .Os .Sh NAME @@ -153,7 +153,7 @@ see and .Dv FFLAGS in -.Aq Pa sys/fcntl.h +.In sys/fcntl.h .Pc . It initializes the hardware for I/O. Every successful call to |