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 <[email protected]>
%
-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 <[email protected]>
+ drill -x IP_address
+ -- Allan Jude <[email protected]>
%
To obtain a neat PostScript rendering of a manual page, use ``-t'' switch
of the man(1) utility: ``man -t <topic>''. For example:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"