diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
commit | 5ac4e796ab65f0ab2514982a0b736ed185b71681 (patch) | |
tree | 0a7aa303df52b25f34eca7cb6da19071822a3885 /bin/kill | |
parent | 8c40cc2c58bce394e853e8cfab1dde400d093b18 (diff) |
use $ or # before commands in examples
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index a56f68ece58..d3e1936d497 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.20 2002/06/05 06:29:10 jsyn Exp $ +.\" $OpenBSD: kill.1,v 1.21 2002/11/14 02:57:27 deraadt Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -145,6 +145,7 @@ for details. .Cm $ kill -9 1234 .Pp Forcibly terminate process ID 1234. +.br .Pp .Cm # kill -HUP `cat /var/run/inetd.pid` .Pp |