jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

/man/1/read: .CW issue #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/man/1/read used .CW troff command. I've no idea is .CW is correct troff 
command or just a typo, but it content doesn't shown by man:

  .SH DIAGNOSTICS
  .I Read
  prints a diagnostic and returns a non-empty exit
  status
  .CW fail:error
  on an I/O error;
  it quietly returns status
  .CW fail:eof
  if the read returns zero bytes (conventionally, end of file).

output:

  DIAGNOSTICS
     Read prints a diagnostic and returns a non-empty exit status
     on an I/O error; it quietly returns status if the read
     returns zero bytes (conventionally, end of file).

Original issue reported on code.google.com by powerman...@gmail.com on 7 Dec 2012 at 10:55

GoogleCodeExporter commented 9 years ago
.CW is a -ms request
.L is probably best for a literal string

committed changeset 550:4509afd2340a

Original comment by Charles....@gmail.com on 7 Dec 2012 at 11:50