Module Name:    src
Committed By:   wiz
Date:           Mon Oct 30 15:46:38 UTC 2017

Modified Files:
        src/lib/libc/net: ethers.3 resolver.3

Log Message:
Fix Bl argument.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/net/ethers.3
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/net/resolver.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/net/ethers.3
diff -u src/lib/libc/net/ethers.3:1.14 src/lib/libc/net/ethers.3:1.15
--- src/lib/libc/net/ethers.3:1.14	Wed Oct 25 16:13:04 2017
+++ src/lib/libc/net/ethers.3	Mon Oct 30 15:46:38 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ethers.3,v 1.14 2017/10/25 16:13:04 abhinav Exp $
+.\"	$NetBSD: ethers.3,v 1.15 2017/10/30 15:46:38 wiz Exp $
 .\"
 .\" Written by [email protected].  Public domain.
 .\"
@@ -113,9 +113,7 @@ The
 .Fn ether_hostton ,
 and
 .Fn ether_line
-functions were adopted from
-.Tn SunOS
-and appeared in
+functions were adopted from SunOS and appeared in
 .Nx 1.0 .
 .Sh BUGS
 The data space used by these functions is static; if future use

Index: src/lib/libc/net/resolver.3
diff -u src/lib/libc/net/resolver.3:1.32 src/lib/libc/net/resolver.3:1.33
--- src/lib/libc/net/resolver.3:1.32	Wed Oct 25 16:26:42 2017
+++ src/lib/libc/net/resolver.3	Mon Oct 30 15:46:38 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: resolver.3,v 1.32 2017/10/25 16:26:42 abhinav Exp $
+.\"	$NetBSD: resolver.3,v 1.33 2017/10/30 15:46:38 wiz Exp $
 .\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
@@ -590,7 +590,7 @@ and construct an UPDATE message in
 .Fn res_mkupdate
 return the length of the constructed message on no error or one of the
 following error values.
-.Bl -inset -width "-5"
+.Bl -inset -offset "-5"
 .It \-1
 An error occurred parsing
 .Fa rrecp_in .

Reply via email to