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 <gene...@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 <gene...@istar.ca>
+       drill -x IP_address
+               -- Allan Jude <allanj...@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:
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to