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

« back to all changes in this revision

Viewing changes to src/stat.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
/* stat.c -- display file or file system status
2
 
   Copyright (C) 2001-2012 Free Software Foundation, Inc.
 
2
   Copyright (C) 2001-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
266
266
      return "binfmt_misc";
267
267
    case S_MAGIC_BTRFS: /* 0x9123683E local */
268
268
      return "btrfs";
 
269
    case S_MAGIC_CEPH: /* 0x00C36400 remote */
 
270
      return "ceph";
269
271
    case S_MAGIC_CGROUP: /* 0x0027E0EB local */
270
272
      return "cgroupfs";
271
273
    case S_MAGIC_CIFS: /* 0xFF534D42 remote */
1347
1349
      printf (_("Usage: %s [OPTION]... FILE...\n"), program_name);
1348
1350
      fputs (_("\
1349
1351
Display file or file system status.\n\
1350
 
\n\
 
1352
"), stdout);
 
1353
 
 
1354
      emit_mandatory_arg_note ();
 
1355
 
 
1356
      fputs (_("\
1351
1357
  -L, --dereference     follow links\n\
1352
1358
  -f, --file-system     display file system status instead of file status\n\
1353
1359
"), stdout);