aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/fhopen.2
Commit message (Collapse)AuthorAgeFilesLines
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-145/+0
| | | | | | | | | Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home. Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-301-1/+1
| | | | | | | Approved by: re (hrs) Notes: svn path=/head/; revision=147700
* english(4) police.Jens Schweikhardt2002-12-271-3/+3
| | | | Notes: svn path=/head/; revision=108317
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+2
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-6/+12
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* Grammar (`was' -> `were')Chris Costello2002-07-311-1/+1
| | | | Notes: svn path=/head/; revision=101017
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
| | | | Notes: svn path=/head/; revision=84306
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-6/+4
| | | | | | | Submitted by: yar Notes: svn path=/head/; revision=82642
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.Ruslan Ermilov2001-08-131-1/+2
| | | | Notes: svn path=/head/; revision=81590
* Finish the sweep of changes that fix doubled 'the'.Sheldon Hearn2001-07-241-1/+1
| | | | Notes: svn path=/head/; revision=80255
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-3/+3
| | | | Notes: svn path=/head/; revision=79366
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Fixed wrong #include in synopsis.Bruce Evans1999-12-231-2/+2
| | | | Notes: svn path=/head/; revision=55040
* Add FreeBSD history in 'HISTORY'Alfred Perlstein1999-09-111-1/+4
| | | | | | | Pointed out by: obrien Notes: svn path=/head/; revision=51185
* Document fhopen, fhstat, and fhstatfs syscalls.Alfred Perlstein1999-09-111-0/+134
Obtained from: NetBSD Notes: svn path=/head/; revision=51139