diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-12 20:12:44 +0000 |
commit | 14e969b705e70fddba0193246802558b1b85f7fc (patch) | |
tree | 0c243d723b590b9920e91182ca468de8cfffddc0 /bin/kill | |
parent | fc683899279ea279f5ecf6087bb06cc0403e903d (diff) |
more .Li
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.1 | 6 |
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 |