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

« back to all changes in this revision

Viewing changes to src/mknod.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
/* mknod -- make special files
2
 
   Copyright (C) 1990-2012 Free Software Foundation, Inc.
 
2
   Copyright (C) 1990-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
53
53
              program_name);
54
54
      fputs (_("\
55
55
Create the special file NAME of the given TYPE.\n\
56
 
\n\
57
 
"), stdout);
58
 
      fputs (_("\
59
 
Mandatory arguments to long options are mandatory for short options too.\n\
60
 
"), stdout);
 
56
"), stdout);
 
57
 
 
58
      emit_mandatory_arg_note ();
 
59
 
61
60
      fputs (_("\
62
61
  -m, --mode=MODE    set file permission bits to MODE, not a=rw - umask\n\
63
62
"), stdout);