diff options
author | 2014-10-08 16:13:00 +0000 | |
---|---|---|
committer | 2014-10-08 16:13:00 +0000 | |
commit | a615e70cf10092d91297f7c493677ee405df7af7 (patch) | |
tree | 31fabdab787d5d5fdc7e2436e3f7f8dfd8db979b | |
parent | #ifdef SMALL_KERNEL some sensor blocks; ok miod (diff) | |
download | wireguard-openbsd-a615e70cf10092d91297f7c493677ee405df7af7.tar.xz wireguard-openbsd-a615e70cf10092d91297f7c493677ee405df7af7.zip |
reluctantly rename man page after a function
-rw-r--r-- | lib/libressl/ressl_init.3 (renamed from lib/libressl/ressl.3) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libressl/ressl.3 b/lib/libressl/ressl_init.3 index b50d3d6068d..c439001bdcf 100644 --- a/lib/libressl/ressl.3 +++ b/lib/libressl/ressl_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ressl.3,v 1.3 2014/10/08 14:55:20 schwarze Exp $ +.\" $OpenBSD: ressl_init.3,v 1.1 2014/10/08 16:13:00 tedu Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" All rights reserved. |