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 <[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
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"