summaryrefslogtreecommitdiff
path: root/bin/kill
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-02-11 18:43:53 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-02-11 18:43:53 +0000
commit08be39f5bb2c3749f037ee6a116aec7656b0460b (patch)
tree94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /bin/kill
parent11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff)
Initial patch.
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
Diffstat (limited to 'bin/kill')
-rw-r--r--bin/kill/kill.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1
index db32b0a6ffe..f63f0e655d0 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.1,v 1.18 2002/01/24 21:37:41 mickey Exp $
+.\" $OpenBSD: kill.1,v 1.19 2002/02/11 18:43:51 mpech Exp $
.\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -137,11 +137,11 @@ See
.Xr csh 1
for details.
.Sh EXAMPLES
-.Cm kill -9 1234
+.Cm $ kill -9 1234
.Pp
Forcibly terminate process ID 1234.
.Pp
-.Cm kill -HUP `cat /var/run/inetd.pid`
+.Cm # kill -HUP `cat /var/run/inetd.pid`
.Pp
Send the
.Xr inetd 8