Print this page
11586 NAME field in man pages should match what's installed

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3ofmt/Makefile
          +++ new/usr/src/man/man3ofmt/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  
  16   16  include         $(SRC)/Makefile.master
  17   17  
  18   18  MANSECT=        3ofmt
  19   19  
  20   20  MANFILES=       ofmt.3ofmt
  21   21  
  22   22  MANLINKS=       ofmt_close.3ofmt \
  23   23                  ofmt_open.3ofmt \
  24   24                  ofmt_print.3ofmt \
       25 +                ofmt_print_header.3ofmt \
       26 +                ofmt_set_fs.3ofmt \
  25   27                  ofmt_strerror.3ofmt \
  26   28                  ofmt_update_winsize.3ofmt
  27   29  
  28   30  ofmt_close.3ofmt                := LINKSRC = ofmt.3ofmt
  29   31  ofmt_open.3ofmt                 := LINKSRC = ofmt.3ofmt
  30   32  ofmt_print.3ofmt                := LINKSRC = ofmt.3ofmt
  31   33  ofmt_print_header.3ofmt         := LINKSRC = ofmt.3ofmt
  32   34  ofmt_set_fs.3ofmt               := LINKSRC = ofmt.3ofmt
  33   35  ofmt_strerror.3ofmt             := LINKSRC = ofmt.3ofmt
  34   36  ofmt_update_winsize.3ofmt       := LINKSRC = ofmt.3ofmt
  35   37  
  36   38  .KEEP_STATE:
  37   39  
  38   40  include         $(SRC)/man/Makefile.man
  39   41  
  40   42  install:        $(ROOTMANFILES) $(ROOTMANLINKS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX