diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-11-23 07:44:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-11-23 07:44:34 +0000 |
commit | 48da79ef884f444b89831aac87683c10daa45c77 (patch) | |
tree | 9191a700c4402fd72dd8c4711e8f493fe6bf66e7 | |
parent | 160479b7a00dc1441a649ce76107463aa71ad69a (diff) |
space required between macro args and punctuation;
-rw-r--r-- | usr.bin/sndiod/sndiod.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sndiod/sndiod.1 b/usr.bin/sndiod/sndiod.1 index 20189fd34c2..774db15fc5b 100644 --- a/usr.bin/sndiod/sndiod.1 +++ b/usr.bin/sndiod/sndiod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndiod.1,v 1.1 2012/11/23 07:03:28 ratchov Exp $ +.\" $OpenBSD: sndiod.1,v 1.2 2012/11/23 07:44:33 jmc Exp $ .\" .\" Copyright (c) 2006-2012 Alexandre Ratchov <alex@caoua.org> .\" @@ -184,7 +184,7 @@ or .Pc . Only the signedness and the precision are mandatory. Examples: -.Va u8 , s16le , s24le3 , s24le4lsb. +.Va u8 , s16le , s24le3 , s24le4lsb . .It Fl f Ar device Add this .Xr sndio 7 |