Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 14:47:45 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269089 - head/games/fortune/datfiles
Message-ID:  <201407251447.s6PEljCC081978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude (doc committer)
Date: Fri Jul 25 14:47:44 2014
New Revision: 269089
URL: http://svnweb.freebsd.org/changeset/base/269089

Log:
  Update the freebsd-tips example to use drill instead of dig since bind is no longer in base
  
  CR:		D460
  Approved by:	bcr (mentor)

Modified:
  head/games/fortune/datfiles/freebsd-tips

Modified: head/games/fortune/datfiles/freebsd-tips
==============================================================================
--- head/games/fortune/datfiles/freebsd-tips	Fri Jul 25 11:29:45 2014	(r269088)
+++ head/games/fortune/datfiles/freebsd-tips	Fri Jul 25 14:47:44 2014	(r269089)
@@ -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?201407251447.s6PEljCC081978>