~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to src/kill.c

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* kill -- send a signal to a process
2
 
   Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
2
   Copyright (C) 2002-2013 Free Software Foundation, Inc.
3
3
 
4
4
   This program is free software: you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
81
81
              program_name, program_name, program_name);
82
82
      fputs (_("\
83
83
Send signals to processes, or list signals.\n\
84
 
\n\
85
 
"), stdout);
86
 
      fputs (_("\
87
 
Mandatory arguments to long options are mandatory for short options too.\n\
88
 
"), stdout);
 
84
"), stdout);
 
85
 
 
86
      emit_mandatory_arg_note ();
 
87
 
89
88
      fputs (_("\
90
89
  -s, --signal=SIGNAL, -SIGNAL\n\
91
90
                   specify the name or number of the signal to be sent\n\