diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index 595eba250a..b27c8550f5 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -608,9 +608,9 @@ to identify it. You need to make sure that nothing else important is running in this tty, e.g. ps -t p1 or whatever. If there is not, you can just kill off the whole term easily with - pkill -t p1; otherwise issue a + pkill -t pts/1; otherwise issue a kill -HUP in there by, for example, -ps -t p1 -o pid= | xargs kill -HUP. Replace +ps -t pts/1 -o pid= | xargs kill -HUP. Replace p1 by whatever the tty is, of course. The