]> git.cameronkatri.com Git - mandoc.git/blobdiff - mansearch.3
On a new RS nesting level, the saved width starts from the default
[mandoc.git] / mansearch.3
index 38051528d6f51997fa6010d50837305982e2df5c..051f9aa2a8e144956e66d2ddab482d64caa64878 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $Id: mansearch.3,v 1.1 2014/04/15 20:18:26 schwarze Exp $
+.\"    $Id: mansearch.3,v 1.4 2015/03/27 17:37:25 schwarze Exp $
 .\"
 .\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
 .\"
 .\"
 .\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
 .\"
@@ -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.
 .\"
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: April 15 2014 $
+.Dd $Mdocdate: March 27 2015 $
 .Dt MANSEARCH 3
 .Os
 .Sh NAME
 .Dt MANSEARCH 3
 .Os
 .Sh NAME
@@ -22,7 +22,8 @@
 .Nm mansearch_setup
 .Nd search manual page databases
 .Sh SYNOPSIS
 .Nm mansearch_setup
 .Nd search manual page databases
 .Sh SYNOPSIS
-.In manpath.h
+.In stdint.h
+.In manconf.h
 .In mansearch.h
 .Ft int
 .Fo mansearch_setup
 .In mansearch.h
 .Ft int
 .Fo mansearch_setup
@@ -52,7 +53,7 @@ Search options, defined in
 .In mansearch.h .
 .It Fa "const struct manpaths *paths"
 Directories to be searched, 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
 .It Fa "int argc" , "char *argv[]"
 Search criteria, usually taken from the command line.
 .El
@@ -171,7 +172,7 @@ using the following query:
 If the
 .Fa outkey
 differs from
 If the
 .Fa outkey
 differs from
-.Qq Nd ,
+.Qq Ic \&Nd ,
 the requested output data is assembled into the
 .Va output
 field of the result structure by the function
 the requested output data is assembled into the
 .Va output
 field of the result structure by the function