Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/csh Fix formatting of kill commands.



details:   https://anonhg.NetBSD.org/src/rev/4842ff54b7b2
branches:  trunk
changeset: 472065:4842ff54b7b2
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Apr 20 05:44:42 1999 +0000

description:
Fix formatting of kill commands.

diffstat:

 bin/csh/csh.1 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r a0103a3a5ea7 -r 4842ff54b7b2 bin/csh/csh.1
--- a/bin/csh/csh.1     Tue Apr 20 05:31:55 1999 +0000
+++ b/bin/csh/csh.1     Tue Apr 20 05:44:42 1999 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index