Print this page
12310 Add demangle(1) command

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/Makefile
          +++ new/usr/src/man/man1/Makefile
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14   14  # Copyright 2018 Nexenta Systems, Inc.
  15   15  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  16   16  # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
       17 +# Copyright 2020 Joyent, Inc.
  17   18  #
  18   19  
  19   20  include         $(SRC)/Makefile.master
  20   21  
  21   22  MANSECT=        1
  22   23  
  23   24  MANFILES=       acctcom.1                       \
  24   25                  adb.1                           \
  25   26                  addbib.1                        \
  26   27                  alias.1                         \
↓ open down ↓ 60 lines elided ↑ open up ↑
  87   88                  ctags.1                         \
  88   89                  ctfdiff.1                       \
  89   90                  ctfdump.1                       \
  90   91                  ctrun.1                         \
  91   92                  ctstat.1                        \
  92   93                  ctwatch.1                       \
  93   94                  cut.1                           \
  94   95                  date.1                          \
  95   96                  dc.1                            \
  96   97                  deallocate.1                    \
       98 +                demangle.1                      \
  97   99                  deroff.1                        \
  98  100                  dhcpinfo.1                      \
  99  101                  diff.1                          \
 100  102                  diff3.1                         \
 101  103                  diffmk.1                        \
 102  104                  digest.1                        \
 103  105                  dircmp.1                        \
 104  106                  dis.1                           \
 105  107                  disown.1                        \
 106  108                  dispgid.1                       \
↓ open down ↓ 630 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX