Rename pty's after name changes in 8.x

This commit is contained in:
Erwin Lansing 2009-05-14 15:33:07 +00:00
parent 4850555437
commit 8a1cca9a5c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34270

View file

@ -608,9 +608,9 @@
to identify it. You need to make sure that nothing else important
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>pkill -t pts/1</command>; otherwise issue a
<command>kill -HUP</command> in there by, for example,
<command>ps -t p1 -o pid= | xargs kill -HUP</command>. Replace
<command>ps -t pts/1 -o pid= | xargs kill -HUP</command>. Replace
<replaceable>p1</replaceable> by whatever the tty is, of course.</para>
<para>The