Fix typo.
This commit is contained in:
parent
cf8a33f45a
commit
55636180df
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30322
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@
|
|||
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>; othewise issue a
|
||||
<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
|
||||
<replaceable>p1</replaceable> by whatever the tty is, of course.</para>
|
||||
|
|
Loading…
Reference in a new issue