From ee49543df11bcfb3021a413b761f29d0231bbd78 Mon Sep 17 00:00:00 2001 From: allanjude Date: Thu, 16 Apr 2015 00:29:49 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.freebsd.org/base/stable/10@281572 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- games/fortune/datfiles/freebsd-tips | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 5f9dd49ed..b984d100e 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -231,10 +231,10 @@ is running FreeBSD at the time) to quickly find files based on name only. To erase a line you've written at the command prompt, use "Ctrl-U". -- Dru % -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 + drill -x IP_address + -- Allan Jude % To obtain a neat PostScript rendering of a manual page, use ``-t'' switch of the man(1) utility: ``man -t ''. For example: -- 2.42.0