Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | missing " | Henning Brauer | |
From: Aivar Jaakson <aivar@cirt.pri.ee> | |||
2010-02-19 | tweak previous; | Jason McIntyre | |
2010-02-19 | mfokclock manpage and Xr | Miod Vallat | |
2010-02-18 | Mention new developments. | Miod Vallat | |
2010-02-18 | tweak from otto, which i managed to forget in the initial commit; | Jason McIntyre | |
2010-02-18 | document offsetof; from Thomas Pfaff | Jason McIntyre | |
ok kettenis millert otto | |||
2010-02-18 | missing `]'; from Aivar Jaakson | Jason McIntyre | |
2010-02-18 | Our groff does not handle all cases of nested displays properly, so | Ingo Schwarze | |
resolve the contradiction in the manual whether it's allowed or not in favour of "not allowed" for now, shelving my diff to support nested displays in mandoc(1) for later consideration. Found by and unbreaking the build with mandoc(1). Feedback and OK jmc@ | |||
2010-02-18 | The nesting .Bl .Bd .It is incorrect, .It much be a direct child of .Bl, | Ingo Schwarze | |
not a grandchild. Thus, insert another level of .Bl. Found by and unbreaking the build with mandoc(1). OK jmc@ | |||
2010-02-18 | Groff cannot handle so many columns when using the proper syntax | Ingo Schwarze | |
involving .It, so we cannot use .Bl -column here and switch to .Bd. Found by and unbreaking the build with mandoc(1). While here, reduce the indentation, it looks better. OK jmc@ | |||
2010-02-18 | The .It macro is parsed, and .Do is callable, so we must escape. | Ingo Schwarze | |
Found by and unbreaking the build with mandoc(1). OK jmc@ | |||
2010-02-16 | Sync the list of interfaces with the driver. | Stuart Henderson | |
Mention BCM5708S specifically as a Gigabit/2500 PHY. | |||
2010-02-12 | zap trailing whitespace; | Jason McIntyre | |
2010-02-12 | document tweaks | Marc Espie | |
2010-02-11 | no more libdata/ssh; | Jason McIntyre | |
2010-02-10 | tweak previous; | Jason McIntyre | |
2010-02-09 | Section 4 manpages for loongson. | Miod Vallat | |
2010-02-09 | Try to bring documentation up to the same state as the code. Document | Claudio Jeker | |
many more medias, types and options. Input and OK sthen@ and jmc@ | |||
2010-02-08 | mention AR2427 | Damien Bergamini | |
2010-02-08 | mention RT3052 | Damien Bergamini | |
2010-02-04 | kind of revert previous: above mentioned -> aforementioned | Jason McIntyre | |
requested by cnst | |||
2010-02-03 | Document 'show bcstats'. | Joel Sing | |
ok beck@ | |||
2010-02-02 | Add missing 'in' in sample rdr-to rule. Noted by Steve Williams. | Stuart Henderson | |
2010-01-28 | lies | Damien Bergamini | |
2010-01-24 | - add missing "Xr" where it was obviously intended. | Jasper Lievisse Adriaanse | |
2010-01-24 | link man section 8 for loongson. ok miod@ | Matthieu Herrb | |
2010-01-24 | let .Dt recognise "loongson"; ok matthieu miod | Jason McIntyre | |
2010-01-23 | generate 1st version. | Matthieu Herrb | |
2010-01-15 | add `Logitech Webcam C200' to the list of supported uvideo(4) devices. | Igor Sobrado | |
ok sthen@ | |||
2010-01-14 | tweak previous; | Jason McIntyre | |
2010-01-14 | Sentences end with periods. | Ted Unangst | |
2010-01-14 | add a little devices section, so somebody has a change of finding out if | Ted Unangst | |
their gizmo is supported. incomplete, but it can grow. ok deraadt, some hints jmc | |||
2010-01-12 | better word MSS in pf.conf.5, from Lars Nooden; | Jason McIntyre | |
the changes in pppoe.4 are just to keep things consistent... | |||
2010-01-12 | tweak previous; | Jason McIntyre | |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride | |
actions. Allow interfaces to be specified in special table entries for the routing actions. Lists of addresses can now only be done using tables, which pfctl will generate automatically from the existing syntax. Functionally, this deprecates the use of multiple tables or dynamic interfaces in a single nat or rdr rule. ok henning dlg claudio | |||
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre | |
2010-01-06 | miscellaneous cleanup: | Ingo Schwarze | |
* remove bogus '\\' entry, it is not a correct way to render a backslash * fix column width specifications (problem noted by jmc@ and cause found by kristaps@) * mandoc_char(7) is not a utility (noticed by deraadt@) * improve wording of first sentence (from jmc@) * add OpenBSD RCS-Id (from jmc@) * kill whitespace at EOLs (from jmc@) ok kristaps@, "formatting looks good now" jmc@ | |||
2010-01-05 | - replace the mkfs example with a working newfs one, and kill the mkfs Xr | Jason McIntyre | |
- remove text concerning unsupported character device stuff - remove text concerning unsupported RXIOC* ioctls all of this stuff is from miod | |||
2010-01-03 | This is not intended to document just the mandoc(1) program, but rather | Ingo Schwarze | |
man(7) and mdoc(7) special characters and predefined strings in general; just as mandoc(1) is not intending to implement new languages, but provide standard formatting for man(7) and mdoc(7) files, whatever "standard" may mean in this context (sigh). So move this to the right place. noticed by deraadt@ | |||
2010-01-03 | Another tricky case of .Bl -column lacking .It. | Ingo Schwarze | |
Use non-breaking spaces to reduce the number of arguments. This now formats correctly with both groff(1) and mandoc(1). ok jmc@ sobrado@ | |||
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze | |
instead, .It is required. Thus, move .Pp and text before the .Bl, and remove the .Pp altogether where it is not needed. Syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@, and sobrado@ also supports the direction. | |||
2010-01-03 | .Bl always requires .It, even in .Bl -column; | Ingo Schwarze | |
syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@ and sobrado@ | |||
2010-01-02 | Various syntax errors in list headers, found by mandoc(1), | Ingo Schwarze | |
also required to fix the mandoc build. "fine. even if mandoc goes nowhere, it has found some bugs ;)" jmc@ ok sobrado@ | |||
2010-01-02 | Igor Sobrado found out that roff regards '\!' as the "transparent line | Ingo Schwarze | |
indicator". Even groff(1) does not in general seem very well-behaved with respect to it, and it is not clear what advantage it might have compared to '\"', the good old "beginning of comment" escape sequence. Regarding the case at hand, it is breaking the mandoc(1) build, and i checked that we get no output change from groff(1). ok jmc@ | |||
2010-01-02 | Comment lines must start with '.\"', not '.\' or '..\"'. | Ingo Schwarze | |
Syntax errors found by mandoc(1), also required to fix the mandoc build. ok jmc@ | |||
2009-12-31 | add vds(4); | Jason McIntyre | |
2009-12-31 | missing space; | Jason McIntyre | |
2009-12-31 | vds(4) | Mark Kettenis | |
2009-12-27 | mention huawei E161/E180. | Jonathan Gray | |
2009-12-26 | document quoting of special characters; | Ingo Schwarze | |
ok millert@, help and ok jmc@ |