From dcfbe2c0216fffdd17130d972647580cef46d05e Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Fri, 25 Jul 2014 14:47:44 +0000 Subject: [PATCH] Update the freebsd-tips example to use drill instead of dig since bind is no longer in base CR: D460 Approved by: bcr (mentor) --- 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 5f9dd49eda3..b984d100e90 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: