Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent uppercase after .Xr by adding ``The ... utility/system call''. | charnier | 2003-02-05 | 1 | -2/+3 |
| | |||||
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -4/+12 |
| | |||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -8/+8 |
| | | | | | | | | | | 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. | ||||
* | The .Fn function. | keramida | 2002-07-15 | 1 | -4/+6 |
| | |||||
* | Use the correct macros for F_SETFD/F_GETFD instead of magic numbers. | asmodai | 2002-04-13 | 1 | -4/+12 |
| | | | | | | | | | Reflect that fact in the manual page. PR: 12723 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Approved by: bde MFC after: 2 weeks | ||||
* | Clarify fcntl(2) and flock(2) interoperability. | maxim | 2002-03-14 | 1 | -1/+7 |
| | | | | | | | PR: docs/23353 Reviewed by: ru, dillon Approved by: ru MFC after: 3 days | ||||
* | Remove the internal implementation details of wrapping syscalls, | ru | 2001-10-26 | 1 | -22/+0 |
| | | | | | | which do not match the reality anyway. Approved by: deischen, bde | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed whitespace at EOL. | ru | 2001-08-27 | 1 | -2/+2 |
| | |||||
* | Fd is macro too, so use \&Fd | ache | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | Fildes -> Fd too (started from big letter) | ache | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | Change | ache | 2001-08-24 | 1 | -1/+3 |
| | | | | | | | start means ... to .Fa l_start means ... | ||||
* | Fix up English from previous 3 revisions. | sheldonh | 2001-08-24 | 1 | -6/+6 |
| | | | | There is no such argument 'fildes' in the SYNOPSIS. It's called 'fd'. | ||||
* | Now we implement l_len<0 per POSIX, describe it. | ache | 2001-08-23 | 1 | -3/+4 |
| | |||||
* | Rephrasing prev. commit a bit. | ache | 2001-08-23 | 1 | -4/+12 |
| | |||||
* | Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_len | ache | 2001-08-23 | 1 | -7/+18 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -9/+9 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Tor created a while ago, removes the raw I/O piece (that has cache coherency problems), and adds a buffer cache / VM freeing piece. Essentially this patch causes O_DIRECT I/O to not be left in the cache, but does not prevent it from going through the cache, hence the 80%. For the last 20% we need a method by which the I/O can be issued directly to buffer supplied by the user process and bypass the buffer cache entirely, but still maintain cache coherency. I also have the code working under -stable but the changes made to sys/file.h may not be MFCable, so an MFC is not on the table yet. Submitted by: tegge, dillon | ||||
* | Mention that locks are inherited across an exec. | dd | 2001-04-08 | 1 | -0/+6 |
| | | | | | PR: 24802 Submitted by: Kenneth Ingham <ingham@i-pi.com> | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -10/+10 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
| | |||||
* | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | chris | 2000-06-23 | 1 | -2/+2 |
| | | | | | | ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' | ||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
| | | | | More libraries manpages updates following. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Document the errno return if the restrictions on the fcntl(F_SETOWN, ...) | truckman | 1999-01-19 | 1 | -0/+7 |
| | | | | | argument implemented by the security patch in PR kern/7899 are violated. PR: kern/7899 | ||||
* | Use ellipsis in the synopsis, and an appropriate explanation in | jkoshy | 1998-09-08 | 1 | -2/+6 |
| | | | | | | the text of the manual page. Suggested by: bde | ||||
* | Don't use hardcoded *roff font change requests. | mpp | 1997-01-31 | 1 | -1/+3 |
| | |||||
* | The error returned when F_SETLK collides with an existing lock is | jdp | 1997-01-08 | 1 | -3/+3 |
| | | | | | EAGAIN, not EACCES. POSIX says that either one is OK. 2.2 candidate. | ||||
* | Update a bunch of man pages to use .Fn instead | mpp | 1996-08-22 | 1 | -5/+5 |
| | | | | of .Nm when referencing funciton names. | ||||
* | Remove a redundant description of the EMFILE error, and fix a typo. | mpp | 1996-05-01 | 1 | -7/+1 |
| | | | | Submitted by: James Raynard <jraynard@dial.pipex.com> | ||||
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -1/+1 |
| | |||||
* | Mention other possible errors that could be caused by the F_[GS]ETOWN | joerg | 1996-04-06 | 1 | -1/+19 |
| | | | | commands. | ||||
* | Added missing section numbers to a bunch of .Xr macros, or | mpp | 1996-03-27 | 1 | -2/+2 |
| | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. | ||||
* | Fixed a bunch of man page cross references that were | mpp | 1996-02-15 | 1 | -2/+2 |
| | | | | | | | | in the main text of various man pages. Thanks to Warner Losh for adding an option to manck to allow it to scan the entire man page looking for bogus xrefs, instead of just checking the SEE ALSO section. | ||||
* | Fix even more spelling errors in some more man pages. | mpp | 1996-01-30 | 1 | -2/+2 |
| | |||||
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 1 | -0/+23 |
| | | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+481 |