Print this page
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/mbrtowc.3c
          +++ new/usr/src/man/man3c/mbrtowc.3c
↓ open down ↓ 73 lines elided ↑ open up ↑
  74   74  .IR pwc .
  75   75  If the corresponding wide-character is the null wide-character, the
  76   76  resulting state described is the initial conversion state.
  77   77  .LP
  78   78  If
  79   79  .I ps
  80   80  is a null pointer, these functions use their own
  81   81  internal
  82   82  .B mbstate_t
  83   83  object, which is initialized at program startup to the
  84      -initial conversion state. Otherwise, the 
       84 +initial conversion state. Otherwise, the
  85   85  .B mbstate_t
  86   86  object pointed to by
  87   87  .I ps
  88   88  is used to completely describe the current conversion state of the
  89   89  associated character sequence. The system will behave as if no function defined
  90   90  in the Reference Manual calls
  91   91  .B mbrtowc()
  92   92  or
  93   93  .BR Bmbrtowc_l() .
  94   94  .LP
↓ open down ↓ 101 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX