bug-coreutils
[Top][All Lists]
Advanced

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

[patch] add kill man page


From: Tim Mooney
Subject: [patch] add kill man page
Date: Tue, 3 Jun 2003 17:34:19 -0500 (CDT)

The man page for kill is missing from coreutils-5.0.  I don't have
help2man installed so I HAVE NOT TESTED this patch.

Tim
-- 
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164


diff --new-file -ur coreutils-5.0.orig/man/Makefile.am 
coreutils-5.0/man/Makefile.am
--- coreutils-5.0.orig/man/Makefile.am  Wed Apr  2 04:19:34 2003
+++ coreutils-5.0/man/Makefile.am       Tue Jun  3 17:18:09 2003
@@ -3,13 +3,13 @@
   basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \
   cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
   echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
-  head.1 hostid.1 hostname.1 id.1 install.1 join.1 link.1 ln.1 logname.1 \
-  ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \
-  paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \
-  rm.1 rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \
-  su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
-  tty.1 uname.1 unexpand.1 uniq.1 unlink.1 uptime.1 users.1 vdir.1 wc.1 \
-  who.1 whoami.1 yes.1
+  head.1 hostid.1 hostname.1 id.1 install.1 join.1 kill.1 link.1 ln.1 \
+  logname.1 ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 \
+  od.1 paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 \
+  readlink.1 rm.1 rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 \
+  stat.1 stty.1 su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 \
+  true.1 tsort.1 tty.1 uname.1 unexpand.1 uniq.1 unlink.1 uptime.1 users.1 \
+  vdir.1 wc.1 who.1 whoami.1 yes.1

 man_aux = $(dist_man_MANS:.1=.x)

@@ -55,6 +55,7 @@
 id.1:          $(common_dep)   $(srcdir)/id.x          ../src/id.c
 install.1:     $(common_dep)   $(srcdir)/install.x     ../src/install.c
 join.1:                $(common_dep)   $(srcdir)/join.x        ../src/join.c
+kill.1:                $(common_dep)   $(srcdir)/kill.x        ../src/kill.c
 link.1:                $(common_dep)   $(srcdir)/link.x        ../src/link.c
 ln.1:          $(common_dep)   $(srcdir)/ln.x          ../src/ln.c
 logname.1:     $(common_dep)   $(srcdir)/logname.x     ../src/logname.c
diff --new-file -ur coreutils-5.0.orig/man/kill.x coreutils-5.0/man/kill.x
--- coreutils-5.0.orig/man/kill.x       Wed Dec 31 18:00:00 1969
+++ coreutils-5.0/man/kill.x    Tue Jun  3 17:15:39 2003
@@ -0,0 +1,4 @@
+[NAME]
+kill \- send a signal to one or more processes
+[DESCRIPTION]
+.\" Add any additional description here
--- coreutils-5.0.orig/ChangeLog        Wed Apr  2 12:21:16 2003
+++ coreutils-5.0/ChangeLog     Tue Jun  3 17:27:04 2003
@@ -0,0 +1,6 @@
+2003-06-03  Tim Mooney <address@hidden>
+
+       * man/kill.x: New file.
+       * man/Makefile.am (dist_man_MANS): add kill.1.
+       (kill.1): New rule.
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]