summaryrefslogtreecommitdiffstats
path: root/share/man/man7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* much shorter instructionsespie2012-01-061-166/+50
|
* Support .St -isoC-2011 to refer to ISO C11.schwarze2012-01-031-2/+4
| | | | | From Ulrich Spoerlein, tweaked by kristaps@. Werner Lemberg added the same .St argument to groff today.
* Explain where .so paths are rooted, and why, and discourage its use;schwarze2011-12-111-2/+18
| | | | feedback and ok jmc@, suggested by and ok kristaps@.
* document prepare instead of dependsespie2011-12-031-15/+6
|
* fussing aroundespie2011-12-031-12/+25
|
* In man(7), when no explicit volume name is given, use the defaultschwarze2011-12-021-2/+15
| | | | | | | | | | | | volume name for the respective manual section, just like in mdoc(7). This gives us nicer page headers for cvs(1), lynx(1), tic(1), mkhybrid(8), and many curses(3) manuals. ok kristaps@ To not break compatibility, i wrote a corresponding patch for GNU troff which Werner Lemberg accepted upstream at rev. 1.65 of: http://cvs.savannah.gnu.org/viewvc/groff/tmac/an-old.tmac?root=groff
* homepage-linksespie2011-11-251-2/+5
|
* typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com>schwarze2011-11-231-4/+4
| | | | and remove a trailing blank noticed by jmc@
* Correct several factual errors in the HISTORY section that crept in byschwarze2011-11-211-9/+17
| | | | | | | relying on random texts found on various websites. Kristaps now found out what really happened by talking to the people involved, see http://manpages.bsd.lv/history.html for details. from kristaps@, and ok jmc@ according to kristaps@
* reuse the pkgpath(7) documentation in a more obvious wayespie2011-11-211-3/+3
|
* new documentation: pkgpath.7espie2011-11-213-4/+174
| | | | | tweaks by jmc@, krw@ approves. (to be linked to other pages that will need tweaking)
* zap end of line whitespace; noticed by jmc@schwarze2011-11-141-2/+2
|
* Add lots of information about special characters that's actually neededschwarze2011-11-141-42/+177
| | | | | | in practice, and discourage using fancy characters in manuals. Text about "Dashes and Hyphens" by jmc@. Feedback and ok jmc@, grudgingly ok kristaps@.
* Clean up the description of .Dt:schwarze2011-11-011-38/+36
| | | | | | | | - Volume and arch are both optional and not alternatives. - Zap verbiage about what's obvious from the synopsis. - For fixed argument strings, use .Cm, not .Ar. - Update the list of architectures for OpenBSD. Using lots of input from jmc@.
* even though .Bl is not callable, groff complains when it appearsschwarze2011-09-271-3/+3
| | | | | unescaped on a macro line, so lets just escape it; noticed by jmc@
* Reorganize part of the content:schwarze2011-09-263-1070/+915
| | | | | | | | | | | | | 1) Move the LANGUAGE SYNTAX from mdoc(7) and man(7) to roff(7), it's common to both and it's actually roff syntax. 2) Move the MACRO SYNTAX down to the bottom, such that the less technical parts MANUAL STRUCTURE and MACRO OVERVIEW get to the top. Getting everything to again fit together after the reshuffling required various adjustments; also adjust and improve the DESCRIPTIONS while there. feedback and "go ahead" jmc@ kristaps@
* note that section macro end literal mode;schwarze2011-09-261-2/+6
| | | | from kristaps@
* Replace the .Fl examples by others exhibiting the same features,schwarze2011-09-261-8/+8
| | | | | | but avoiding use of .Nm, because letting .Nm call other macros is unusual style, and we don't want unusual style in examples. Issue brought up by kristaps@.
* tweak previous; ok schwarzejmc2011-09-251-5/+6
|
* tell people to use dpb for bulk buildsespie2011-09-231-36/+12
|
* add a MACRO OVERVIEW section, similar to the one in mdoc(7);schwarze2011-09-201-2/+41
| | | | writing this for man(7), too, was suggested by kristaps@
* remove mention of man/cat* pages; ok schwarze@okan2011-09-191-7/+2
|
* sync to version 1.11.7 from kristaps@schwarze2011-09-182-11/+28
| | | | | | | | main new feature: support the roff(7) .tr request plus various bugfixes and some refactoring regressions are so minor that it's better to get this in and fix them in the tree
* sync to mandoc 1.11.5:schwarze2011-09-187-229/+694
| | | | | | | document eqn(7) and many other improvements from kristaps@ no objection from deraadt@ against adding an eqn.7 page
* Add a MACRO OVERVIEW, listing all macros ordered by purpose,schwarze2011-09-171-2/+126
| | | | | | | each with a one-line discription. Use this when wondering which macro fits best for your particular use case, and whether there are alternatives. feedback ond ok jmc@
* remove mdoc.samples(7): all info already is in mdoc(7)schwarze2011-09-173-3564/+12
| | | | feedback and ok jmc@
* after some thought, i think it unlikely that we will need to specifyjmc2011-09-161-4/+4
| | | | | | | | | | a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert
* add an St macro for ISO 8601:2004;jmc2011-09-091-2/+4
| | | | ok kristaps (who will update the mandoc repo)
* add /var/nsd/;jmc2011-09-091-2/+5
|
* add /etc/ldap; ok martinhjmc2011-09-041-2/+5
|
* make -column lists pretty again;jmc2011-09-031-20/+20
| | | | | | | | | | 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.
* in column lists, enforce the following ordering:jmc2011-08-303-25/+25
| | | | | | | | | .Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want)
* remove some pointless Pp/-compact combinations; either ingo or kristapsjmc2011-08-303-24/+15
| | | | will update mandoc repo
* More information about lots of macros, many new examples, and various fixes.schwarze2011-08-161-53/+166
| | | | ok kristaps@
* Add small chunks of new text and better examples written from scratch,schwarze2011-08-031-28/+65
| | | | | | | filling gaps found by checking the MANUAL DOMAIN chapter in mdoc.samples(7). While here, fix lots of minor issues. feedback and ok jmc@; tree is locked, but ok to commit this one from deraadt@
* The term "reserved characters" is too broad, so narrow it downschwarze2011-08-021-47/+92
| | | | | | | | to "delimiters", and explain which special handling they get as macro arguments. Move the text to a better place and remove a few lies. Postpone figuring out the lists of macros causing that special handling, it would cost too much time right now. feedback and ok jmc@
* Add some new text written from scratch after checking whether anythingschwarze2011-08-011-6/+40
| | | | | | | | | | | explained in mdoc.samples(7) is missing from mdoc(7): * Discourage trailing whitespace. * Move all information about quoted arguments to the relevant subsection, shortening it a bit, and adding an example. * Mention that blanks can be quoted with a backslash. * A better .Nd line in the template (verbatim from mdoc.samples(7)). * Explain how to escape callable macro names, and provide examples. ok jmc@
* clarify .Ex and .Rv documentation; from kristaps@, tweaked a bitschwarze2011-07-311-12/+22
|
* AT&T recently released a new version of UNIX (System III).schwarze2011-07-241-2/+5
| | | | This will soon be needed for the HISTORY of string(3).
* improve documentation of .Bl -column .It Taschwarze2011-07-151-24/+42
| | | | using feedback from kristaps@, ok jmc@
* be more specific about .Dv, .Er, and .Ev; from kristaps@schwarze2011-07-151-6/+20
|
* Clarify the role of .RS and fix a bogus cross-reference;schwarze2011-07-151-7/+10
| | | | from kristaps@.
* remove more atalk bitsderaadt2011-07-091-4/+2
|
* just don;t talk about the compat pages; suggested by/ok tedujmc2011-07-081-8/+3
|
* no more mvmeppc;jmc2011-07-072-7/+6
|
* tweak previous;jmc2011-07-051-4/+4
|
* remove compat_svr4tedu2011-07-041-4/+3
|
* The BUGS that MANPS and MANZ are not supported in portsschwarze2011-07-031-8/+2
| | | | | | were fixed by removing MANPS and MANZ everywhere else, too. More power to fewer knobs! Change prodded by jmc@.
* machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andnaddy2011-06-241-2/+7
| | | | | | | | | | | | | | | i386. Stop abusing it on other archs for controling a shutdown by pressing the soft power button: * Add a MI sysctl hw.allowpowerdown; if set to 1 (the default) it allows a power button shutdown. * Make acpi(4)/acpibtn(4) honor hw.allowpowerdown. * Switch the various power button intercepts on landisk, sgi, sparc64 and zaurus over to hw.allowpowerdown. * Garbage collect the machdep.kbdreset sysctl on all archs other than amd64 and i386. ok miod@
* - add PLIST_DB to the list of variables that need to be adjusted when usingjasper2011-06-241-4/+5
| | | | | | | a read-only ports tree. suggested by Myk Taylor in pr 6618 "sure" aja@ and reads fine to landry@