diff options
author | blackend <blackend@FreeBSD.org> | 2004-08-24 11:30:28 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2004-08-24 11:30:28 +0000 |
commit | 35b7b725a8dd128df508370520d6b9080edc1452 (patch) | |
tree | 67d0e25965a2b0f12b8c3fe76a2bc6bb905bb2df /games/fortune | |
parent | 9410cb311e8a3d6807d00257ce642cd9d55ad587 (diff) | |
download | FreeBSD-src-35b7b725a8dd128df508370520d6b9080edc1452.zip FreeBSD-src-35b7b725a8dd128df508370520d6b9080edc1452.tar.gz |
Fix make search entries.
PR: docs/70899
Submitted by: Marc Silver <marcs@draenor.org>
Diffstat (limited to 'games/fortune')
-rw-r--r-- | games/fortune/datfiles/freebsd-tips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index ed1db5d..2687344 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -306,9 +306,9 @@ FreeBSD system. Want to find a specific port, just type the following under /usr/ports, or one its subdirectories: - "make search port=<port-name>" + "make search name=<port-name>" or - "make search key="<keyword>" + "make search key=<keyword>" % Want to see how much virtual memory you're using? Just type "swapinfo" to be shown information about the usage of your swap partitions. |