Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net Fix Bl argument.



details:   https://anonhg.NetBSD.org/src/rev/be65b951a178
branches:  trunk
changeset: 827488:be65b951a178
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 30 15:46:38 2017 +0000

description:
Fix Bl argument.

diffstat:

 lib/libc/net/ethers.3   |  6 ++----
 lib/libc/net/resolver.3 |  4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 96ed475e1c87 -r be65b951a178 lib/libc/net/ethers.3
--- a/lib/libc/net/ethers.3     Mon Oct 30 15:44:29 2017 +0000
+++ b/lib/libc/net/ethers.3     Mon Oct 30 15:46:38 2017 +0000
@@ -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 roland%frob.com@localhost.  Public domain.
 .\"
@@ -113,9 +113,7 @@
 .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
diff -r 96ed475e1c87 -r be65b951a178 lib/libc/net/resolver.3
--- a/lib/libc/net/resolver.3   Mon Oct 30 15:44:29 2017 +0000
+++ b/lib/libc/net/resolver.3   Mon Oct 30 15:46:38 2017 +0000
@@ -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 @@
 .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 .



Home | Main Index | Thread Index | Old Index