Be consistent: document the birthtime field of struct stat for
the "B" field specifier.
This commit is contained in:
parent
7efce18adf
commit
a798b8c1a1
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: stat.1,v 1.24 2008/10/20 08:37:25 wiz Exp $
|
||||
.\" $NetBSD: stat.1,v 1.25 2008/11/07 15:33:31 reed Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd October 20, 2008
|
||||
.Dd November 7, 2008
|
||||
.Dt STAT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -390,7 +390,7 @@ The time
|
|||
.Ar file
|
||||
was last accessed or modified, or when the inode was last changed, or
|
||||
the birth time of the inode
|
||||
.Pq Fa st_atime , st_mtime , st_ctime .
|
||||
.Pq Fa st_atime , st_mtime , st_ctime, st_birthtime .
|
||||
.It Cm z
|
||||
The size of
|
||||
.Ar file
|
||||
|
|
Loading…
Reference in New Issue