diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 01:57:20 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 01:57:20 +0000 |
commit | 56036d26233ff609be6306f948bdbebc57075335 (patch) | |
tree | a6535f7145cab2b794accc91e7549be9d65f90f6 /bin/ps | |
parent | 24cc1f8e45f072238cecb4ba927e38f90d1627f5 (diff) | |
download | FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.zip FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.tar.gz |
Consistancy check s/file system/filesystem/
Reviewed by: brian
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 01455d5..4cbcb2a 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -73,7 +73,7 @@ The default output format includes, for each process, the process' controlling terminal, cpu time (including both user and system time), state, and associated command. .Pp -The process file system (see +The process filesystem (see .Xr procfs 5 ) should be mounted when .Nm |