From 1b8eec7a9a382a5074d9f6df92a63cba00d2fc90 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Sun, 3 Feb 2008 21:58:28 +0000 Subject: [PATCH] Replace a command example by one that doesn't always throw an error. --- en_US.ISO8859-1/articles/portbuild/article.sgml | 4 ++-- 1 file 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. 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 - kill -HUP in there by e.g. -ps -t p1 | awk '{print $1}' | xargs kill -HUP. Replace + kill -HUP in there by, for example, +ps -t p1 -o pid= | xargs kill -HUP. Replace p1 by whatever the tty is, of course. The