Print this page
11622 clean up rarer mandoc lint warnings

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/prtconf.1m
          +++ new/usr/src/man/man1m/prtconf.1m
↓ open down ↓ 1 lines elided ↑ open up ↑
   2    2  .\"  Copyright 1989 AT&T Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved
   3    3  .\"  Copyright 2012, Joyent, Inc. All Rights Reserved
   4    4  .\"  Copyright 2019, Peter tribble.
   5    5  .\" 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.
   6    6  .\" 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 the
   7    7  .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   8    8  .TH PRTCONF 1M "Jan 21, 2019"
   9    9  .SH NAME
  10   10  prtconf \- print system configuration
  11   11  .SH SYNOPSIS
  12      -.LP
  13   12  .nf
  14      -\fB/usr/sbin/prtconf\fR [\fB-V\fR] | [\fB-F\fR] | [\fB-m\fr] | [\fB-x\fR] | [\fB-bpv\fR] | [\fB-acdDPv\fR]
       13 +\fB/usr/sbin/prtconf\fR [\fB-V\fR] | [\fB-F\fR] | [\fB-m\fR] | [\fB-x\fR] | [\fB-bpv\fR] | [\fB-acdDPv\fR]
  15   14       [\fIdev_path\fR]
  16   15  .fi
  17   16  
  18   17  .SH DESCRIPTION
  19      -.LP
  20   18  The \fBprtconf\fR command prints the system configuration information. The
  21   19  output includes the total amount of memory, and the configuration of system
  22   20  peripherals formatted as a device tree.
  23   21  .sp
  24   22  .LP
  25   23  If a device path is specified on the command line for those command options
  26   24  that can take a device path, \fBprtconf\fR will only display information for
  27   25  that device node.
  28   26  .SH OPTIONS
  29      -.LP
  30   27  The following options are supported:
  31   28  .sp
  32   29  .ne 2
  33   30  .na
  34   31  \fB-a\fR
  35   32  .ad
  36   33  .RS 6n
  37   34  Display all the ancestors device nodes, up to the root node of the device tree,
  38   35  for the device specified on the command line.
  39   36  .RE
↓ open down ↓ 117 lines elided ↑ open up ↑
 157  154  .ad
 158  155  .RS 6n
 159  156  A legacy flag that reported if the firmware on this system is 64-bit ready.
 160  157  As illumos only runs on 64-bit platforms, this flag is kept for compatibility
 161  158  only, and zero is always returned.
 162  159  .sp
 163  160  This flag overrides all other flags and must be used by itself.
 164  161  .RE
 165  162  
 166  163  .SH OPERANDS
 167      -.LP
 168  164  The following operands are supported:
 169  165  .sp
 170  166  .ne 2
 171  167  .na
 172  168  \fIdev_path\fR
 173  169  .ad
 174  170  .RS 12n
 175  171  The path to a target device minor node, device nexus node, or device link for
 176  172  which device node configuration information is displayed
 177  173  .RE
 178  174  
 179  175  .SH EXIT STATUS
 180      -.LP
 181  176  The following exit values are returned:
 182  177  .sp
 183  178  .ne 2
 184  179  .na
 185  180  \fB0\fR
 186  181  .ad
 187  182  .RS 12n
 188  183  No error occurred.
 189  184  .RE
 190  185  
↓ open down ↓ 2 lines elided ↑ open up ↑
 193  188  .na
 194  189  \fBnon-zero\fR
 195  190  .ad
 196  191  .RS 12n
 197  192  With the \fB-F\fR option, a non-zero return value means that the
 198  193  output device is not a frame buffer. In all other cases, a
 199  194  non-zero return value means that an error occurred.
 200  195  .RE
 201  196  
 202  197  .SH ATTRIBUTES
 203      -.LP
 204  198  See \fBattributes\fR(5) for descriptions of the following attributes:
 205  199  .sp
 206  200  
 207  201  .sp
 208  202  .TS
 209  203  box;
 210  204  c | c
 211  205  l | l .
 212  206  ATTRIBUTE TYPE  ATTRIBUTE VALUE
 213  207  Interface Stability     Unstable
 214  208  .TE
 215  209  
 216  210  .SH SEE ALSO
 217      -.LP
 218  211  \fBfuser\fR(1M), \fBmodinfo\fR(1M), \fBsysdef\fR(1M), \fBattributes\fR(5),
 219  212  \fBopenprom\fR(7D)
 220  213  .SH NOTES
 221      -.LP
 222  214  The output of the \fBprtconf\fR command is highly dependent on the version of
 223  215  the \fBPROM\fR installed in the system. The output will be affected in
 224  216  potentially all circumstances.
 225  217  .sp
 226  218  .LP
 227  219  The \fBdriver not attached\fR message means that no driver is currently
 228  220  attached to that instance of the device. In general, drivers are loaded and
 229  221  installed (and attached to hardware instances) on demand, and when needed, and
 230  222  may be uninstalled and unloaded when the device is not in use.
 231  223  .sp
 232  224  .LP
 233  225  On x86 platforms, the use of \fBprtconf\fR \fB-vp\fR provides a subset of
 234  226  information from \fBprtconf\fR \fB-v\fR. The value of integer properties from
 235  227  \fBprtconf\fR \fB-vp\fR might require byte swapping for correct interpretation.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX