version 1.3, 2009/04/12 19:45:26 |
version 1.6, 2009/07/05 19:30:49 |
|
|
.\" $Id$ |
.\" $Id$ |
.\" |
.\" |
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org> |
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> |
.\" |
.\" |
.\" Permission to use, copy, modify, and distribute this software for any |
.\" Permission to use, copy, modify, and distribute this software for any |
.\" purpose with or without fee is hereby granted, provided that the above |
.\" purpose with or without fee is hereby granted, provided that the above |
|
|
.Ft int |
.Ft int |
.Fn man_parseln "struct man *man" "int line" "char *buf" |
.Fn man_parseln "struct man *man" "int line" "char *buf" |
.Ft "const struct man_node *" |
.Ft "const struct man_node *" |
.Fn man_node "struct man *man" |
.Fn man_node "const struct man *man" |
.Ft "const struct man_meta *" |
.Ft "const struct man_meta *" |
.Fn man_meta "struct man *man" |
.Fn man_meta "const struct man *man" |
.Ft int |
.Ft int |
.Fn man_endparse "struct man *man" |
.Fn man_endparse "struct man *man" |
.\" SECTION |
.\" SECTION |
|
|
The |
The |
.Nm |
.Nm |
utility was written by |
utility was written by |
.An Kristaps Dzonsons Aq kristaps@openbsd.org . |
.An Kristaps Dzonsons Aq kristaps@kth.se . |