Update _PC_NO_TRUNC description to add the returned value, and
replace non-existant KERN_NAME_MAX with {NAME_MAX}.
This commit is contained in:
parent
9ddf6f9c74
commit
7d7e9f2176
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: vnodeops.9,v 1.85 2012/06/07 01:01:12 agc Exp $
|
||||
.\" $NetBSD: vnodeops.9,v 1.86 2012/10/01 18:16:36 njoly Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -1179,7 +1179,9 @@ return 1 if appropriate privileges are required for the
|
||||
.Xr chown 2
|
||||
system call, otherwise zero
|
||||
.It _PC_NO_TRUNC
|
||||
return if file names longer than KERN_NAME_MAX are truncated
|
||||
return 0 if file names longer than
|
||||
.Brq NAME_MAX
|
||||
are silently truncated
|
||||
.El
|
||||
.Pp
|
||||
If
|
||||
|
Loading…
Reference in New Issue
Block a user