-.\" $Id: soelim.1,v 1.2 2015/05/20 22:22:59 schwarze Exp $
+.\" $Id: soelim.1,v 1.5 2017/07/04 23:40:01 schwarze Exp $
.\"
.\" Copyright (c) 2014 Baptiste Daroussin <bapt@FreeBSD.org>
.\" All rights reserved.
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 20 2015 $
+.Dd $Mdocdate: July 4 2017 $
.Dt SOELIM 1
.Os
.Sh NAME
.Nm soelim
-.Nd interpret .so directive in manpages
+.Nd interpret .so requests in manpages
.Sh SYNOPSIS
.Nm
.Op Fl Crtv
when not followed by a space character.
.It Fl r
Compatibility with GNU groff's
-.Xr soelim 1
+.Nm soelim
(does nothing).
.It Fl t
Compatibility with GNU groff's
-.Xr soelim 1
+.Nm soelim
(does nothing).
.It Fl v
Compatibility with GNU groff's
-.Xr soelim 1
+.Nm soelim
(does nothing).
.It Fl I Ar dir
This option specify directories where
searches for files (both those on the command line and those named in
.Dq .so
directive.)
-This options may be specified multiple times. The directories will be searched
-in the order specified.
+This options may be specified multiple times.
+The directories will be searched in the order specified.
.El
.Pp
The files are always searched first in the current directory.
A file specified with an absolute path will be opened directly without
performing a search.
.Sh SEE ALSO
-.Xr mandoc 1 ,
-.Xr soelim 1
+.Xr mandoc 1
+.Sh AUTHORS
+This version of the
+.Nm
+utility was written by
+.An Baptiste Daroussin Aq Mt bapt@freebsd.org .