summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2021-01-15 20:08:37 +0000
committeranton <anton@openbsd.org>2021-01-15 20:08:37 +0000
commitcce34715e126c406575717c8aa48d7bfd4d55739 (patch)
treeecdde2d65ebecd46938164a5ef306baef9261d3f
parentStop the -v command line argument from overriding logging brevity. (diff)
downloadwireguard-openbsd-cce34715e126c406575717c8aa48d7bfd4d55739.tar.xz
wireguard-openbsd-cce34715e126c406575717c8aa48d7bfd4d55739.zip
add myself as the author
-rw-r--r--share/man/man9/kcov_remote_register.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/kcov_remote_register.9 b/share/man/man9/kcov_remote_register.9
index 1a488af8a6a..cae4c9302bc 100644
--- a/share/man/man9/kcov_remote_register.9
+++ b/share/man/man9/kcov_remote_register.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kcov_remote_register.9,v 1.3 2020/10/03 07:32:42 anton Exp $
+.\" $OpenBSD: kcov_remote_register.9,v 1.4 2021/01/15 20:08:37 anton Exp $
.\"
.\" Copyright (c) 2020 Anton Lindqvist <anton@openbsd.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: October 3 2020 $
+.Dd $Mdocdate: January 15 2021 $
.Dt KCOV_REMOTE_REGISTER 9
.Os
.Sh NAME
@@ -91,3 +91,5 @@ These functions are implemented in
.Sh HISTORY
These functions first appeared in
.Ox 6.8 .
+.Sh AUTHORS
+.An Anton Lindqvist Aq Mt anton@openbsd.org .