Print this page
4146 getconf(1) does not support XATTR_ENABLED, XATTR_EXISTS, SATTR_ENABLED, SATTR_EXISTS keys
Reviewed by: Cedric Blancher <cedric.blancher@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/getconf.1
          +++ new/usr/src/man/man1/getconf.1
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  .\" Portions Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
   4    4  .\" Portions Copyright (c) 1982-2007 AT&T Knowledge Ventures
   5    5  .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at  http://www.opengroup.org/bookstore/.
   6    6  .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text
   7    7  .\" are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical
   8    8  .\" and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
   9    9  .\"  This notice shall appear on any product containing this material.
  10   10  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
  11   11  .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with
  12   12  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  13      -.TH GETCONF 1 "Jan 16, 2013"
       13 +.TH GETCONF 1 "Sep 27, 2013"
  14   14  .SH NAME
  15   15  getconf \- get configuration values
  16   16  .SH SYNOPSIS
  17   17  .SS "/usr/bin/getconf, /usr/xpg4/bin/getconf, /usr/xpg6/bin/getconf"
  18   18  .LP
  19   19  .nf
  20   20  \fB/usr/bin/getconf\fR [\fB-v\fR \fIspecification\fR] \fIsystem_var\fR
  21   21  .fi
  22   22  
  23   23  .LP
↓ open down ↓ 377 lines elided ↑ open up ↑
 401  401  \fBpathconf\fR(2) function. All of the values in the following table are
 402  402  supported:
 403  403  .RE
 404  404  
 405  405  .sp
 406  406  
 407  407  .sp
 408  408  .TS
 409  409  l l l
 410  410  l l l .
 411      -LINK_MAX        NAME_MAX        _POSIX_CHOWN_RESTRICTED
 412      -MAX_CANON       PATH_MAX        _POSIX_NO_TRUNC
 413      -MAX_INPUT       PIPE_BUF        _POSIX_VDISABLE
      411 +ACL_ENABLED     NAME_MAX        XATTR_ENABLED
      412 +LINK_MAX        PATH_MAX        XATTR_EXISTS
      413 +MAX_CANON       PIPE_BUF        _POSIX_CHOWN_RESTRICTED
      414 +MAX_INPUT       SATTR_ENABLED   _POSIX_NO_TRUNC
      415 +MIN_HOLE_SIZE   SATTR_EXISTS    _POSIX_VDISABLE
 414  416  .TE
 415  417  
 416  418  .sp
 417  419  .ne 2
 418  420  .na
 419  421  \fB\fIpathname\fR\fR
 420  422  .ad
 421  423  .RS 14n
 422  424  A path name for which the variable specified by \fIpath_var\fR is to be
 423  425  determined.
↓ open down ↓ 319 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX