summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-04-01 08:43:58 +0000
committerjoe <joe@FreeBSD.org>2002-04-01 08:43:58 +0000
commit690f668306659883b3db9e17d405c4d268f0326d (patch)
tree4e8594f0e1f4df70a2d227e84bc941896799cc33 /games
parent37c5f9926751cc2bcc22d024610d89d1fd5ee487 (diff)
downloadFreeBSD-src-690f668306659883b3db9e17d405c4d268f0326d.zip
FreeBSD-src-690f668306659883b3db9e17d405c4d268f0326d.tar.gz
Augment the BLOCKSIZE tip. (Based on the PR with slight changes by myself).
PR: misc/34039
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/freebsd-tips4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index 46b19e6..d5afd7e 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -61,7 +61,9 @@ Simple tcsh prompt: set prompt = '%# '
%
If you want df(1) and other commands to display disk sizes in
kilobytes instead of 512-byte blocks, set BLOCKSIZE in your
-environment to 'K'.
+environment to 'K'. You can also use 'M' for Megabytes or 'G' for
+Gigabytes. If you want df(1) to automatically select the best size
+then use 'df -h'.
%
To change an environment variable in tcsh you use: setenv NAME "value"
where NAME is the name of the variable and "value" its new value.
OpenPOWER on IntegriCloud