diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-02 11:09:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-02 11:09:29 +0000 |
commit | 829a220703ec40d9d6b231fe4fef59e47dd625ed (patch) | |
tree | 6bb5a12647349489ed8c8456cb5bbf11a0140a4b /lib | |
parent | 5e09254f6fabbf27a07578711d73f9f4357d5b09 (diff) |
Kill the only instance of .Lb in our tree. It is better to not use
it at all, not even occasionally, because there is no sustainable
way (and even less any portable way) to maintain the list of library
names. Besides, without such a list, even the formatting looks bad.
OK jmc@ bentley@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sio_open.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 1a385b7bd82..4adcae5202a 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.41 2014/03/05 20:01:59 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.42 2014/12/02 11:09:28 schwarze Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 5 2014 $ +.Dd $Mdocdate: December 2 2014 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -716,8 +716,7 @@ may be a value between 0 and 2. .Sh BUGS The .Xr audio 4 -driver doesn't drain playback buffers, thus if -.Lb libsndio +driver doesn't drain playback buffers, thus if sndio is used to directly access an .Xr audio 4 device, |