summaryrefslogtreecommitdiff
path: root/bin/kill
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-12 20:12:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-12 20:12:44 +0000
commit14e969b705e70fddba0193246802558b1b85f7fc (patch)
tree0c243d723b590b9920e91182ca468de8cfffddc0 /bin/kill
parentfc683899279ea279f5ecf6087bb06cc0403e903d (diff)
more .Li
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 d3e1936d497..14fabbda348 100644
--- a/bin/kill/kill.1
+++ b/bin/kill/kill.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.1,v 1.21 2002/11/14 02:57:27 deraadt Exp $
+.\" $OpenBSD: kill.1,v 1.22 2003/03/12 20:12:35 deraadt Exp $
.\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -142,12 +142,12 @@ See
.Xr csh 1
for details.
.Sh EXAMPLES
-.Cm $ kill -9 1234
+.Li $ kill -9 1234
.Pp
Forcibly terminate process ID 1234.
.br
.Pp
-.Cm # kill -HUP `cat /var/run/inetd.pid`
+.Li # kill -HUP `cat /var/run/inetd.pid`
.Pp
Send the
.Xr inetd 8