diff options
author | maxim <maxim@FreeBSD.org> | 2005-04-29 11:10:27 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2005-04-29 11:10:27 +0000 |
commit | cc6dd6e0642fedbd23cee68f6ad2dab807e4f717 (patch) | |
tree | 3001f85a5379b6727c921a247056bfd44c9198ac /bin/ps/ps.1 | |
parent | 577bdeea788e78a4f28dc38edabf6e2d71cb6625 (diff) | |
download | FreeBSD-src-cc6dd6e0642fedbd23cee68f6ad2dab807e4f717.zip FreeBSD-src-cc6dd6e0642fedbd23cee68f6ad2dab807e4f717.tar.gz |
o Typo: s/teminal/terminal/.
Submitted by: Michal Varga
Diffstat (limited to 'bin/ps/ps.1')
-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 4381220..585113b 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -103,7 +103,7 @@ The options are as follows: .Bl -tag -width indent .It Fl a Display information about other users' processes as well as your own. -This will skip any processes which do not have a controlling teminal, +This will skip any processes which do not have a controlling terminal, unless the .Fl x option is also specified. |