From 89f51b033ecdc4b6f0adabcbf7a016df1611c2f5 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 20 Apr 1999 05:44:42 +0000 Subject: [PATCH] Fix formatting of kill commands. --- bin/csh/csh.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 2d5bc31a02c5..a19cef1d48d1 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: csh.1,v 1.22 1999/04/20 05:31:55 mycroft Exp $ +.\" $NetBSD: csh.1,v 1.23 1999/04/20 05:44:42 mycroft Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1324,11 +1324,11 @@ Lists the active jobs; the option lists process id's in addition to the normal information. .Pp .It Ic kill % Ns Ar job -.It Ic kill -.Op Fl s Ar signal_name -.Ar pid -.It Ic kill Fl sig Ar pid ... -.It Ic kill Fl l Op exit_status +.It Ic kill Ar pid ... +.It Ic kill Fl l Op Ar exit_status +.It Ic kill Fl s Ar signal_name pid ... +.It Ic kill Fl Ar signal_name Ar pid ... +.It Ic kill Fl Ar signal_number Ar pid ... Sends either the TERM (terminate) signal or the specified signal to the specified jobs or processes. Signals are either given by number or by names (as given in