summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getbootfile.3
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-221-5/+4
| | | | | | | of .Nm when referencing funciton names. Notes: svn path=/head/; revision=17780
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-3/+3
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Added getbootfile(3), for an easy C interface to the kern.bootfile MIBGarrett Wollman1994-09-231-0/+71
variable. This one's even documented! Notes: svn path=/head/; revision=3040