From 364660607f78ece4469bf93ed5a754c04ec61847 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 23 Mar 2009 15:41:09 +0000 Subject: -man linked to mandoc in documentation. --- libman.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libman.h') diff --git a/libman.h b/libman.h index 7359799b..4054b22f 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.2 2009/03/23 15:20:51 kristaps Exp $ */ +/* $Id: libman.h,v 1.3 2009/03/23 15:41:09 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -47,6 +47,7 @@ int man_macro(struct man *, int, int, int, int *, char *); int man_hash_find(const void *, const char *); void man_hash_free(void *); +int man_macroend(struct man *); __END_DECLS -- cgit v1.2.3