Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | escape "An" in a %T call, so groff does not flag it as an error; | Jason McIntyre | |
2023-03-30 | adjust markup of one of the builtin kill usage | Omar Polo | |
The Op on its own line becomes part of the item body instead of the list item itself. OK millert@ | |||
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber | |
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@ | |||
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray | |
and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff | |||
2020-07-08 | Clarify that csh's -f flag is not just about .cshrc. | Todd C. Miller | |
We don't need to be too specific about this in su(1), leave the details for csh(1). OK jca@ | |||
2019-07-29 | Remove several .Xrs to section 2 and 3 that help little. | Ingo Schwarze | |
Instead, link to the explanation of octal permission masks in chmod(2) directly from the description of "umask", and to ksh(1) from SEE ALSO. Fixing an oddity pointed out by guenther@; OK jmc@ millert@. | |||
2019-07-26 | Replace cross-references to sigvec(3) with sigaction(2). | Todd C. Miller | |
OK guenther@ | |||
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley | |
Most of these are correct just as '. A few benefit from Ql or \(aq. But if in doubt, just use '. | |||
2018-11-10 | remove mention of sbrk. | Daniel Dickman | |
ok tb@ | |||
2017-12-12 | Document change in the default shell prompts. | Theo Buehler | |
Discussed with and ok jmc | |||
2017-06-10 | missing blank before full stop, found with mandoc -Tlint | Ingo Schwarze | |
2016-10-07 | suppose we should fix csh while we're at it. | Ted Unangst | |
2015-10-26 | document the -p and -l file enquiries and explicitly do not document -s | Christian Weisgerber | |
with/ok schwarze@ | |||
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley | |
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@ | |||
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2014-12-09 | put back some information what the character classes actually mean; | Ingo Schwarze | |
while here, remove the lie that regex(3) character classes would depend on the locale; ok jmc@ | |||
2014-12-09 | no more ctype(3); | Jason McIntyre | |
2014-10-16 | Kill the alloc command, which tried to measure behaviour based on sbrk. | Theo de Raadt | |
Discussed with guenther. | |||
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze | |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre | |
ok miod | |||
2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) | Ingo Schwarze | |
found while working on mandoc apropos | |||
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze | |
All facts found on the CSRG CD 1 in the 2bsd directory. Feedback and ok jmc@, ok sobrado@. Note the large number of 3BSD -> 2BSD changes. Kirk McKusick asked Cynthia Livingston (cael@, of USENIX, who converted most manuals from man(7) to mdoc(7) for the 4.3BSD-Net/2 release and added lots of historical information around that time) what happened in this respect, and she answered that she often wrote "appeared in 3BSD" when she was unsure of when a utility was added. Thanks to Kirk and Cynthia for that clarification. | |||
2011-09-03 | make -column lists pretty again; | Jason McIntyre | |
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | |||
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre | |
2010-07-15 | When the first argument or arguments of a macro are opening delimiters | Ingo Schwarze | |
(parentheses and/or square brackets), both modern groff and mandoc first output those leading delimiters as plain text, then start the macro scope after these opening delimiters. This is similar to printing trailing punctuation and trailing closing delimiters on a macro line outside and after the macro scope. For example, ".Sq ( text )" is "(`text')", not "`(text)'". Thus, we now need to quote leading opening delimiters when we want them inside the macro scope. These are the cases in src/bin. "makes sense" jmc@ | |||
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre | |
2009-07-22 | The last paragraphs of the "Built-in commands" section are properly | Philip Guenthe | |
part of the '@' command and not general section paragraphs and therefore should be indented with the others. ok jmc@ | |||
2009-03-06 | after some discussion with millert, pull in the character class info | Jason McIntyre | |
from glob(7) to the shell pages - they have their own glob stuff, and pointing to glob(7) is just not helpful. ok millert | |||
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller | |
2009-03-04 | from wiz@netbsd, -r1.44: | Jason McIntyre | |
Log Message: Remove weird backslash that somehow must have crept in. Found by joerg and mdocml. | |||
2008-05-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-16 | sort options and make -X a little clearer; mostly from Igor Sobrado | Jason McIntyre | |
2005-11-10 | document that csh will do fast mode startup if $HOME is not set | Alexander von Gernler | |
ok jmc@ fgsch@ | |||
2005-05-12 | .Xr script 7 | Jason McIntyre | |
2004-08-07 | vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OK | Todd C. Miller | |
2004-04-21 | correct way to specify a numeric argument to pushd is `+n', not `n'; | Jason McIntyre | |
from NetBSD (-r1.43); | |||
2004-04-19 | point people to usd doc; | Jason McIntyre | |
2004-03-18 | wording/grammar improvements from Jared Yanovich; | Jason McIntyre | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-06-23 | kill printf builtin. no reason to be a builtin, but furthermore, the | Theo de Raadt | |
handling of format strings is quite non-compliant. | |||
2003-06-16 | better document "limit"; | Jason McIntyre | |
from NetBSD (Matthias Scheler); ok deraadt@ millert@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok; | |||
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Insert some missing commas. | Aaron Campbell | |