diff options
author | 2016-08-21 13:31:21 +0000 | |
---|---|---|
committer | 2016-08-21 13:31:21 +0000 | |
commit | 0533cb111e8c6ece36f01151778f448b27cba5ba (patch) | |
tree | 6690fdad14eb7c3f75bc2ecde00993c36e21db6b /lib/libc | |
parent | There are three callers of update_vattr(). Two of them don't use the (diff) | |
download | wireguard-openbsd-0533cb111e8c6ece36f01151778f448b27cba5ba.tar.xz wireguard-openbsd-0533cb111e8c6ece36f01151778f448b27cba5ba.zip |
fix obvious typo in the .Dt section number
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/__thrsigdivert.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/__thrsigdivert.2 b/lib/libc/sys/__thrsigdivert.2 index f240c45f42b..34938dbcd5a 100644 --- a/lib/libc/sys/__thrsigdivert.2 +++ b/lib/libc/sys/__thrsigdivert.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsigdivert.2,v 1.4 2013/07/16 15:21:11 schwarze Exp $ +.\" $OpenBSD: __thrsigdivert.2,v 1.5 2016/08/21 13:31:21 schwarze Exp $ .\" .\" Copyright (c) 2012 Philip Guenther <guenther@openbsd.org> .\" @@ -14,8 +14,8 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ -.Dt __THRSIGDIVERT 3 +.Dd $Mdocdate: August 21 2016 $ +.Dt __THRSIGDIVERT 2 .Os .Sh NAME .Nm __thrsigdivert |