diff options
author | deraadt <> | 2019-08-30 18:33:17 +0000 |
---|---|---|
committer | deraadt <> | 2019-08-30 18:33:17 +0000 |
commit | 8246156efcf91d8f31624e8dd455eee553240f60 (patch) | |
tree | 538e1664547aeefad8ffe457703c860ce752d069 /src/lib/libc/net/res_init.3 | |
parent | 72036bf4bbef02536427f2044486d9b6d6e2e355 (diff) | |
download | openbsd-8246156efcf91d8f31624e8dd455eee553240f60.tar.gz openbsd-8246156efcf91d8f31624e8dd455eee553240f60.tar.bz2 openbsd-8246156efcf91d8f31624e8dd455eee553240f60.zip |
Move 4 manual pages from not-a-function filenames to a correct filename,
and correct Xr.
ok jmc
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/res_init.3 (renamed from src/lib/libc/net/resolver.3) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/res_init.3 index e354bdbec4..01a6b8e0b3 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/res_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.39 2019/05/13 14:11:20 schwarze Exp $ | 1 | .\" $OpenBSD: res_init.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: May 13 2019 $ | 30 | .Dd $Mdocdate: August 30 2019 $ |
31 | .Dt RES_INIT 3 | 31 | .Dt RES_INIT 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |