svn commit: r269089 - head/games/fortune/datfiles

Allan Jude allanjude at FreeBSD.org
Fri Jul 25 14:47:45 UTC 2014


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 at 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 at istar.ca>
+	drill -x IP_address
+		-- Allan Jude <allanjude at 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:


More information about the svn-src-head mailing list