diff options
| author | Marc Fonvieille <blackend@FreeBSD.org> | 2004-08-24 11:30:28 +0000 |
|---|---|---|
| committer | Marc Fonvieille <blackend@FreeBSD.org> | 2004-08-24 11:30:28 +0000 |
| commit | aaa7f2858e5a22906ee4c1559def3354ce175ae9 (patch) | |
| tree | 67d0e25965a2b0f12b8c3fe76a2bc6bb905bb2df | |
| parent | 5a8f8e353e58aa09d6ed5863ad092596de2a7709 (diff) | |
Notes
| -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 ed1db5daedf5..268734429aef 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. |
