From 0376f290310249f2701221cdaaf7138fae3c6989 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 27 Mar 2015 17:37:25 +0000 Subject: Parse the new man.conf(5) "output" directive. The next step will be to actually use the parsed data. --- mansearch.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mansearch.3') diff --git a/mansearch.3 b/mansearch.3 index f41e3617..051f9aa2 100644 --- a/mansearch.3 +++ b/mansearch.3 @@ -1,4 +1,4 @@ -.\" $Id: mansearch.3,v 1.3 2014/12/12 21:44:33 schwarze Exp $ +.\" $Id: mansearch.3,v 1.4 2015/03/27 17:37:25 schwarze Exp $ .\" .\" Copyright (c) 2014 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 12 2014 $ +.Dd $Mdocdate: March 27 2015 $ .Dt MANSEARCH 3 .Os .Sh NAME @@ -23,7 +23,7 @@ .Nd search manual page databases .Sh SYNOPSIS .In stdint.h -.In manpath.h +.In manconf.h .In mansearch.h .Ft int .Fo mansearch_setup @@ -53,7 +53,7 @@ Search options, defined in .In mansearch.h . .It Fa "const struct manpaths *paths" Directories to be searched, defined in -.In manpath.h . +.In manconf.h . .It Fa "int argc" , "char *argv[]" Search criteria, usually taken from the command line. .El -- cgit v1.2.3