Print this page
4795 /usr/bin/ld manpage and help should indicate '-soname' not '--soname'

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libld/common/libld.msg
          +++ new/usr/src/cmd/sgs/libld/common/libld.msg
↓ open down ↓ 82 lines elided ↑ open up ↑
  83   83  @ MSG_ARG_DETAIL_CD     "\t[-D token,...]\tprint diagnostic messages\n"
  84   84  @ MSG_ARG_DETAIL_E      "\t[-e epsym], [--entry epsym]\n\
  85   85                           \t\t\tuse 'epsym' as entry point address\n"
  86   86  @ MSG_ARG_DETAIL_F      "\t[-f name], [--auxiliary name]\n\
  87   87                           \t\t\tspecify library for which this file is an \
  88   88                           auxiliary\n\t\t\tfilter\n"
  89   89  @ MSG_ARG_DETAIL_CF     "\t[-F name], [--filter name]\n\
  90   90                           \t\t\tspecify library for which this file is a filter\n"
  91   91  @ MSG_ARG_DETAIL_CG     "\t[-G], [-shared]\n\
  92   92                           \t\t\tcreate a shared object\n"
  93      -@ MSG_ARG_DETAIL_H      "\t[-h name], [--soname name]\n\
       93 +@ MSG_ARG_DETAIL_H      "\t[-h name], [-soname name]\n\
  94   94                           \t\t\tuse 'name' as internal shared object identifier\n"
  95   95  @ MSG_ARG_DETAIL_I      "\t[-i]\t\tignore LD_LIBRARY_PATH setting\n"
  96   96  @ MSG_ARG_DETAIL_CI     "\t[-I name]\tuse 'name' as path of interpreter\n"
  97   97  @ MSG_ARG_DETAIL_L      "\t[-l x], [--library x]\n\
  98   98                           \t\t\tsearch for libx.so or libx.a\n"
  99   99  @ MSG_ARG_DETAIL_CL     "\t[-L path], [--library-path path]\n\
 100  100                           \t\t\tsearch for libraries in directory 'path'\n"
 101  101  @ MSG_ARG_DETAIL_M      "\t[-m]\t\tprint memory map\n"
 102  102  @ MSG_ARG_DETAIL_CM     "\t[-M mapfile]\tuse processing directives contained \
 103  103                           in 'mapfile'\n"
↓ open down ↓ 849 lines elided ↑ open up ↑
 953  953                           (-z rescan-end, -), --end-group)"
 954  954  @ MSG_MARG_AR_GRP_START "archive rescan group start option \
 955  955                           (-z rescan-start, -(, --start-group)"
 956  956  @ MSG_MARG_ENTRY        "entry point option (-e, --entry)"
 957  957  @ MSG_MARG_FILTER_AUX   "auxiliary filter option (-f, --auxiliary)"
 958  958  @ MSG_MARG_FILTER       "filter option (-F, --filter)"
 959  959  @ MSG_MARG_OUTFILE      "output object option (-o, --output)"
 960  960  @ MSG_MARG_REL          "relocatable object option (-r, --relocatable)"
 961  961  @ MSG_MARG_RPATH        "runpath option (-R, -rpath)"
 962  962  @ MSG_MARG_SO           "shared object option (-G, -shared)"
 963      -@ MSG_MARG_SONAME       "soname option (-h, --soname)"
      963 +@ MSG_MARG_SONAME       "soname option (-h, -soname)"
 964  964  @ MSG_MARG_STRIP        "strip option (-s, --strip-all)"
 965  965  
 966  966  # Entrance criteria messages
 967  967  
 968  968  @ MSG_ENT_MAP_FMT_TIL_1 "\t\t%s\n\n"
 969  969  @ MSG_ENT_MAP_TITLE_1   "LINK EDITOR MEMORY MAP"
 970  970  
 971  971  #
 972  972  # TRANSLATION_NOTE -- Entry map header
 973  973  #
↓ open down ↓ 619 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX