aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-04-01 08:43:58 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-04-01 08:43:58 +0000
commitaa1970a03f5b1dd9e57d14089957e131b54ea1a7 (patch)
tree4e8594f0e1f4df70a2d227e84bc941896799cc33 /games
parentd94f51a007748c57fadb8350625905cad2e7d778 (diff)
Notes
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 46b19e66e821..d5afd7e5b4d8 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.