Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -1/+3 |
| | |||||
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 1 | -6/+6 |
| | | | | | | | | | | 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. | ||||
* | Document file descriptor reopening and current standardization status. | wollman | 2002-08-07 | 1 | -0/+19 |
| | |||||
* | The .Fn function. | keramida | 2002-07-15 | 1 | -2/+6 |
| | |||||
* | mdoc(7) police: markup the previous delta. | ru | 2001-12-04 | 1 | -1/+3 |
| | |||||
* | Return a more meaningful errno when the length of the interpreter | jwd | 2001-11-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | exceeds MAXSHELLCMDLEN to avoid secondary /bin/sh execution. Update execve man page to reflect change. Increase MAXSHELLCMDLEN to a slightly more meaningful value. PR: kern/32106 Submitted by: b@etek.chalmers.se Reviewed by: bsd MFC after: 2 weeks | ||||
* | Remove the internal implementation details of wrapping syscalls, | ru | 2001-10-26 | 1 | -16/+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 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -1/+1 |
| | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Add reference to elf(5) in addition to already mentioned a.out(5) and add both | sobomax | 2000-11-27 | 1 | -0/+4 |
| | | | | elf(5) and a.out(5) into `SEE ALSO' section. | ||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+0 |
| | |||||
* | Fix description of argv[0] passed to interpreted scripts; it's the name of | ben | 2000-08-05 | 1 | -3/+3 |
| | | | | the interpreter, _not_ the argv[0] passed in the original exec() call. | ||||
* | Use `Er' variable to define first column width in ERRORS section. It was | phantom | 2000-05-04 | 1 | -1/+1 |
| | | | | initially suggested by mdoc(7) style, but was broken over the years | ||||
* | 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 |
| | |||||
* | Various man page cleanup: | mpp | 1999-08-15 | 1 | -4/+4 |
| | | | | | | | | | | - 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> | ||||
* | Change reference to mount(1) to mount(8) | chris | 1999-08-14 | 1 | -2/+2 |
| | |||||
* | Mention that set-id bits are not honoured for shell scripts and | hoek | 1999-04-27 | 1 | -1/+8 |
| | | | | | | | filesystems with the "nosuid" option. Mention that syscall tracing is disabled sometimes. PR: misc/11328 | ||||
* | Document that arg max is controllable via sysctl. | alex | 1998-01-11 | 1 | -5/+7 |
| | |||||
* | execve of interpreter files | adam | 1997-07-08 | 1 | -2/+2 |
| | | | | reword for grammar/clarity | ||||
* | Cleanup some of the Lite2 merge. Most of it is mdoc cleanup, | mpp | 1997-03-12 | 1 | -10/+5 |
| | | | | | | | | but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file. There are still some *roff macro calls that were added that I have yet to figure out what to do with in some of the man pages. | ||||
* | Merge from Lite2 onto mainline - | peter | 1997-03-11 | 1 | -7/+14 |
| | | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates | ||||
* | Remove the EINVAL error from the ERRORS sections that | mpp | 1997-01-11 | 1 | -2/+0 |
| | | | | | say is means that a pathname had the high-order bit set, since this is no longer an error. | ||||
* | Update a bunch of man pages to use .Fn instead | mpp | 1996-08-22 | 1 | -1/+1 |
| | | | | of .Nm when referencing funciton names. | ||||
* | NCARGS is defined as 65536 in the released system, not 20480. | mpp | 1996-08-15 | 1 | -1/+1 |
| | |||||
* | Fixed various problems: typos, grammer, missing include files | mpp | 1996-05-23 | 1 | -1/+1 |
| | | | | | wrong function type declarations, and wrong argument type declarations. | ||||
* | Correct a bunch of man page cross references and generally | mpp | 1996-02-11 | 1 | -1/+2 |
| | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. | ||||
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 1 | -0/+17 |
| | | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+261 |