diff options
| author | 2020-02-26 14:41:42 +0000 | |
|---|---|---|
| committer | 2020-02-26 14:41:42 +0000 | |
| commit | bf6deef970de008dd1ff59e873c3ad81bd5ec393 (patch) | |
| tree | f29cfac1baacf3e37485a8308b1e9cb6ded75f19 | |
| parent | Rx interrupt handling can lead to a race where the interrupt is handled (diff) | |
| download | wireguard-openbsd-bf6deef970de008dd1ff59e873c3ad81bd5ec393.tar.xz wireguard-openbsd-bf6deef970de008dd1ff59e873c3ad81bd5ec393.zip | |
Fix .Dt line and copyright year.
From jmc@, thanks.
| -rw-r--r-- | lib/libsndio/sioctl_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/sioctl_open.3 b/lib/libsndio/sioctl_open.3 index 64933fd7591..52f7fd6a5a3 100644 --- a/lib/libsndio/sioctl_open.3 +++ b/lib/libsndio/sioctl_open.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: sioctl_open.3,v 1.1 2020/02/26 13:53:58 ratchov Exp $ +.\" $OpenBSD: sioctl_open.3,v 1.2 2020/02/26 14:41:42 ratchov Exp $ .\" -.\" Copyright (c) 2011 Alexandre Ratchov <alex@caoua.org> +.\" Copyright (c) 2011-2020 Alexandre Ratchov <alex@caoua.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .Dd $Mdocdate: February 26 2020 $ -.Dt SIO_OPEN 3 +.Dt SIOCTL_OPEN 3 .Os .Sh NAME .Nm sioctl_open , |
