Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 23:36:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313662 - head/usr.bin/whois
Message-ID:  <201702112336.v1BNaraJ032089@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Feb 11 23:36:52 2017
New Revision: 313662
URL: https://svnweb.freebsd.org/changeset/base/313662

Log:
  Add missing -width after -Bl -tag
  
  Reported by:	make manlint
  MFC after:	2 days

Modified:
  head/usr.bin/whois/whois.1

Modified: head/usr.bin/whois/whois.1
==============================================================================
--- head/usr.bin/whois/whois.1	Sat Feb 11 23:14:28 2017	(r313661)
+++ head/usr.bin/whois/whois.1	Sat Feb 11 23:36:52 2017	(r313662)
@@ -206,7 +206,7 @@ The operands specified to
 are treated independently and may be used
 as queries on different whois servers.
 .Sh ENVIRONMENT
-.Bl -tag
+.Bl -tag -width WHOIS_SERVER
 .It Ev WHOIS_SERVER
 The primary default whois server.
 If this is unset,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112336.v1BNaraJ032089>