diff options
author | Ceri Davies <ceri@FreeBSD.org> | 2008-02-03 21:58:28 +0000 |
---|---|---|
committer | Ceri Davies <ceri@FreeBSD.org> | 2008-02-03 21:58:28 +0000 |
commit | 1b8eec7a9a382a5074d9f6df92a63cba00d2fc90 (patch) | |
tree | b3bc1075a3565a0672845f3c225568a287155de3 | |
parent | bee89619f09f0740226c0c78a941f7b5b2022a75 (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/articles/portbuild/article.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index acd1fa6f72..f217747b9c 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -530,8 +530,8 @@ is running in this tty, e.g. <command>ps -t p1</command> or whatever. If there is not, you can just kill off the whole term easily with <command>pkill -t p1</command>; otherwise issue a - <command>kill -HUP</command> in there by e.g. -<command>ps -t p1 | awk '{print $1}' | xargs kill -HUP</command>. Replace + <command>kill -HUP</command> in there by, for example, +<command>ps -t p1 -o pid= | xargs kill -HUP</command>. Replace <replaceable>p1</replaceable> by whatever the tty is, of course.</para> <para>The |