| Summary: | there is no documentation on getosreldate(3) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Sebastien Gioria <gioria> | ||||||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | CC: | alfred | ||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Sebastien Gioria
2002-12-18 23:40:01 UTC
Oups..... did not include the good man page....
--
Sebastien Gioria(48.8147,2.3622) gioria@{FreeBSD,FreeBSD-FR}.ORG
French FreeBSD User Group http://www.FreeBSD-FR.ORG
FreeBSD committer http://www.FreeBSD.ORG
*-> FreeBSD + RollerBlade + Scuba Diving; What need you more ? <-*
On 2002-12-19 00:43, Sebastien Gioria <gioria@FreeBSD.ORG> wrote: > .Sh DESCRIPTION > .Fn getosreldate > .Sh HISTORY > The > .Fn getosreldate > appeared in > .Fx 2.0. You don't need to include the function name after .Fn here. These two are probably better if written as: The .Fn function... > at http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html > .Sh EXAMPLES > An example can be found in /usr/share/examples/FreeBSD_version An example can be found in .Pa /usr/share/examples/FreeBSD_version . Paths look nicer if marker up with .Pa in output formats that can use many fonts. I'm not sure if the URL can be marked up with .Pa too, but Ruslan will probably know better. On Thu, 19 Dec 2002 17:16:53 +0200 the keyboard of Giorgos Keramidas <keramida@freebsd.org> wrote: > On 2002-12-19 00:43, Sebastien Gioria <gioria@FreeBSD.ORG> wrote: > > > .Sh DESCRIPTION > > .Fn getosreldate > > > .Sh HISTORY > > The > > .Fn getosreldate > > appeared in > > .Fx 2.0. > > You don't need to include the function name after .Fn here. > These two are probably better if written as: > > The > .Fn > function... > > > at http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html > > .Sh EXAMPLES > > An example can be found in /usr/share/examples/FreeBSD_version > > An example can be found in > .Pa /usr/share/examples/FreeBSD_version . > > Paths look nicer if marker up with .Pa in output formats that can use > many fonts. I'm not sure if the URL can be marked up with .Pa too, > but Ruslan will probably know better. After your remarks, the man page look like this This seem to have some probleme doing just .Fn function... . So you mustdo .Fn nameofyourfunction -- Sebastien Gioria(48.8147,2.3622) gioria@{FreeBSD,FreeBSD-FR}.ORG French FreeBSD User Group http://www.FreeBSD-FR.ORG FreeBSD committer http://www.FreeBSD.ORG *-> FreeBSD + RollerBlade + Scuba Diving; What need you more ? <-* State Changed From-To: open->patched I've taken the various comments and committed a slightly different version of your manual page. Thanks for doing this! Responsible Changed From-To: freebsd-doc->trhodes I've taken the various comments and committed a slightly different version of your manual page. Thanks for doing this! State Changed From-To: patched->closed Committed! Thanks for the submission! |