tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: intro(3)
On Nov 22, 10:06am, Masaru OKI wrote:
}
} here is patch to intro(3).
}
} - now, usb(3) is exist. link it.
I just did a cvs up on a -current tree and a search of the whole
tree did not find usb(3) or libusb. Are you perhaps thinking of
pkgsrc/devel/libusb*? If so, then that isn't part of the base system
and shouldn't be mentioned in a base manpage.
} - link to zlib(3)
}
} comments?
}
} Index: intro.3
} ===================================================================
} RCS file: /cvsroot/src/share/man/man3/intro.3,v
} retrieving revision 1.26
} diff -u -r1.26 intro.3
} --- intro.3 21 Apr 2012 12:27:28 -0000 1.26
} +++ intro.3 2 Jul 2012 03:54:30 -0000
} @@ -286,8 +286,8 @@
} .Xr terminfo 3 .
} .It Em libusb Pq Fl l Ns Ar usb
} The Universal Serial Bus (USB) access library.
} -.\" See
} -.\" .Xr usb 3 .
} +See
} +.Xr usb 3 .
} .It Em libutil Pq Fl l Ns Ar util
} The system utilities library.
} See
} @@ -301,6 +301,8 @@
} .Xr yacc 1 .
} .It Em libz Pq Fl l Ns Ar z
} General-purpose compression library.
} +See
} +.Xr zlib 3 .
} .El
} .Sh SEE ALSO
} .Xr cc 1 ,
}
}-- End of excerpt from Masaru OKI
Home |
Main Index |
Thread Index |
Old Index