aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam/cam.3
Commit message (Collapse)AuthorAgeFilesLines
* Clean up cam.3Mateusz Piotrowski2020-07-061-9/+11
| | | | | | | | | | | | | - Add a missing Pp [1] - Remove uses of Tn - Use "Xr open 2" when appropriate PR: 247783 [1] Submitted by: PauAmma <pauamma@gundo.com> [1] MFC after: 3 days Notes: svn path=/head/; revision=362956
* lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-opEnji Cooper2017-03-131-0/+5
| | | | | | | | | | | | | | | | | This allows me to accurately test this scenario, and for others to rely on the behavior, instead of relying on knowledge obtained via code inspection. Wording borrowed from free(3). MFC after: 1 week Requested by: ken (D9928) Reviewed by: imp Sponsored by: Dell EMC Isilon Differential Revision: D9969 Notes: svn path=/head/; revision=315186
* lib/libcam/cam.3: fix manpage warningsEnji Cooper2017-03-121-4/+4
| | | | | | | | | | | | | | - spelling: "mis-named" should be "misnamed". - delete spaces interspersed in literal representation of `struct cam_device` as hard-tabs separate the types and fields. - Add commas after `e.g.`. Reported by: igor MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315133
* Use .Dv when referencing NULLEnji Cooper2017-03-121-7/+14
| | | | | | | | | | | | This is the correct markup macro, as opposed to .Va (variable names) While here, annotate several bare references to `NULL` with .Dv. MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=315132
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-10/+10
| | | | | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month Notes: svn path=/head/; revision=231564
* cam_get_device, cam_open_device: make behavior simpler and more deterministicAndriy Gapon2010-10-111-12/+2
| | | | | | | | | | | | | | | | | | | Remove or re-work support for the several features from the past: - remove incomplete support for trimming slice/partition names - remove mapping from old device names "sd" and "st" - remove whitespace trimming - remove unconditional skipping of leading 'r' in a device name - skip leading 'n' or 'e' only if the following device name matches a list of known devices that support no-rewind and eject-on-close features; currently this is only sa(4) - reflect the above changes in comments in code and in cam(3) - remove a note cautioning against use of cam_get_device and cam_open_device in cam(3) Reviewed by: mjacob Notes: svn path=/head/; revision=213682
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
| | | | Notes: svn path=/head/; revision=210933
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Expand *n't contractions.Ruslan Ermilov2005-02-131-4/+4
| | | | Notes: svn path=/head/; revision=141846
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131539
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-19/+39
| | | | Notes: svn path=/head/; revision=131504
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* Remove the `r' devices.David E. O'Brien2001-02-271-5/+2
| | | | Notes: svn path=/head/; revision=73186
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* Introduce .Lb macro to libcam manpages.Alexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59503
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Take out a reference to ccb(4). I never got around to writing it.Kenneth D. Merry1999-08-171-3/+2
| | | | | | | Reported by: "Alexey M. Zelkin" <phantom@cris.net> Notes: svn path=/head/; revision=49984
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
| | | | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49828
* Fixed missing header in synopsis (<camlib.h> includes half the universeBruce Evans1999-03-051-1/+2
| | | | | | | but not <stdio.h>). Notes: svn path=/head/; revision=44489
* Add man pages for many of the functions in the CAM library. This coversKenneth D. Merry1998-10-141-0/+416
most of the open/close routines, and the buffer/cdb parsing routines derived from the old scsi(3) library. The cam_cdbparse(3) man page borrows from the old scsi(3) man page, so the copyright and history section reflect that. The many scsi_* functions and other functions that are pulled in from the kernel aren't documented yet, but will be eventually. Notes: svn path=/head/; revision=40337