Print this page
4213 Missing spaces in man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/mutex_init.3c
          +++ new/usr/src/man/man3c/mutex_init.3c
↓ open down ↓ 237 lines elided ↑ open up ↑
 238  238  .RE
 239  239  .RS +4
 240  240  .TP
 241  241  .ie t \(bu
 242  242  .el o
 243  243  A mutex lock must not be reinitialized while in use by other threads.
 244  244  .RE
 245  245  .sp
 246  246  .LP
 247  247  These rules do not apply to \fBLOCK_ROBUST\fR mutexes. See the description for
 248      -\fBLOCK_ROBUST\fRabove. If default mutex attributes are used, the macro
      248 +\fBLOCK_ROBUST\fR above. If default mutex attributes are used, the macro
 249  249  \fBDEFAULTMUTEX\fR can be used to initialize mutexes that are statically
 250  250  allocated.
 251  251  .sp
 252  252  .LP
 253  253  Default mutex initialization (intra-process):
 254  254  .sp
 255  255  .in +2
 256  256  .nf
 257  257  mutex_t mp;
 258  258  mutex_init(&mp, USYNC_THREAD, NULL);
↓ open down ↓ 718 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX