Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 00:29:49 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r281572 - stable/10/games/fortune/datfiles
Message-ID:  <201504160029.t3G0TnDq089664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude (doc committer)
Date: Thu Apr 16 00:29:49 2015
New Revision: 281572
URL: https://svnweb.freebsd.org/changeset/base/281572

Log:
  MFC: r269089:
  	Update the freebsd-tips example to use drill instead of dig since bind is no longer in base
  
  Approved by:	eadler (mentor, implicit)
  Sponsored by:	ScaleEngine Inc.

Modified:
  stable/10/games/fortune/datfiles/freebsd-tips
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/games/fortune/datfiles/freebsd-tips
==============================================================================
--- stable/10/games/fortune/datfiles/freebsd-tips	Thu Apr 16 00:27:53 2015	(r281571)
+++ stable/10/games/fortune/datfiles/freebsd-tips	Thu Apr 16 00:29:49 2015	(r281572)
@@ -231,10 +231,10 @@ is running FreeBSD at the time) to quick
 To erase a line you've written at the command prompt, use "Ctrl-U".
 		-- Dru <genesis@istar.ca>
 %
-To find out the hostname associated with an IP address, use
+To find the hostname associated with an IP address, use
 
-	dig -x IP_address
-		-- Dru <genesis@istar.ca>
+	drill -x IP_address
+		-- Allan Jude <allanjude@freebsd.org>
 %
 To obtain a neat PostScript rendering of a manual page, use ``-t'' switch
 of the man(1) utility: ``man -t <topic>''.  For example:



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