diff options
-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 |