OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / stat.1
index 55df213..96dcb44 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH STAT "1" "April 2010" "GNU coreutils 8.5" "User Commands"
+.TH STAT "1" "March 2012" "GNU coreutils 8.16" "User Commands"
 .SH NAME
 stat \- display file or file system status
 .SH SYNOPSIS
@@ -37,126 +37,132 @@ output version information and exit
 The valid format sequences for files (without \fB\-\-file\-system\fR):
 .TP
 %a
-Access rights in octal
+access rights in octal
 .TP
 %A
-Access rights in human readable form
+access rights in human readable form
 .TP
 %b
-Number of blocks allocated (see %B)
+number of blocks allocated (see %B)
 .TP
 %B
-The size in bytes of each block reported by %b
+the size in bytes of each block reported by %b
 .TP
 %C
 SELinux security context string
 .TP
 %d
-Device number in decimal
+device number in decimal
 .TP
 %D
-Device number in hex
+device number in hex
 .TP
 %f
-Raw mode in hex
+raw mode in hex
 .TP
 %F
-File type
+file type
 .TP
 %g
-Group ID of owner
+group ID of owner
 .TP
 %G
-Group name of owner
+group name of owner
 .TP
 %h
-Number of hard links
+number of hard links
 .TP
 %i
-Inode number
+inode number
+.TP
+%m
+mount point
 .TP
 %n
-File name
+file name
 .TP
 %N
-Quoted file name with dereference if symbolic link
+quoted file name with dereference if symbolic link
 .TP
 %o
-I/O block size
+optimal I/O transfer size hint
 .TP
 %s
-Total size, in bytes
+total size, in bytes
 .TP
 %t
-Major device type in hex
+major device type in hex
 .TP
 %T
-Minor device type in hex
+minor device type in hex
 .TP
 %u
-User ID of owner
+user ID of owner
 .TP
 %U
-User name of owner
+user name of owner
+.TP
+%w
+time of file birth, human\-readable; \- if unknown
+.TP
+%W
+time of file birth, seconds since Epoch; 0 if unknown
 .TP
 %x
-Time of last access
+time of last access, human\-readable
 .TP
 %X
-Time of last access as seconds since Epoch
+time of last access, seconds since Epoch
 .TP
 %y
-Time of last modification
+time of last modification, human\-readable
 .TP
 %Y
-Time of last modification as seconds since Epoch
+time of last modification, seconds since Epoch
 .TP
 %z
-Time of last change
+time of last change, human\-readable
 .TP
 %Z
-Time of last change as seconds since Epoch
+time of last change, seconds since Epoch
 .PP
 Valid format sequences for file systems:
 .TP
 %a
-Free blocks available to non\-superuser
+free blocks available to non\-superuser
 .TP
 %b
-Total data blocks in file system
+total data blocks in file system
 .TP
 %c
-Total file nodes in file system
+total file nodes in file system
 .TP
 %d
-Free file nodes in file system
+free file nodes in file system
 .TP
 %f
-Free blocks in file system
-.TP
-%C
-SELinux security context string
+free blocks in file system
 .TP
 %i
-File System ID in hex
+file system ID in hex
 .TP
 %l
-Maximum length of filenames
+maximum length of filenames
 .TP
 %n
-File name
+file name
 .TP
 %s
-Block size (for faster transfers)
+block size (for faster transfers)
 .TP
 %S
-Fundamental block size (for block counts)
+fundamental block size (for block counts)
 .TP
 %t
-Type in hex
+file system type in hex
 .TP
 %T
-Type in human readable form
+file system type in human readable form
 .PP
 NOTE: your shell may have its own version of stat, which usually supersedes
 the version described here.  Please refer to your shell's documentation
@@ -172,7 +178,7 @@ General help using GNU software: <http://www.gnu.org/gethelp/>
 .br
 Report stat translation bugs to <http://translationproject.org/team/>
 .SH COPYRIGHT
-Copyright \(co 2010 Free Software Foundation, Inc.
+Copyright \(co 2012 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free to change and redistribute it.