]> git.cameronkatri.com Git - mandoc.git/commitdiff
* fix roff terminology in .Nd
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 20 May 2015 22:59:12 +0000 (22:59 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 20 May 2015 22:59:12 +0000 (22:59 +0000)
* remove .Xr to self
* add AUTHORS section

soelim.1

index b6eca51a052d4a77f4ee2bdef81cb1001c184d95..20f15ec933c73bee69e1c6429f56f300180861f3 100644 (file)
--- a/soelim.1
+++ b/soelim.1
@@ -1,4 +1,4 @@
-.\"    $Id: soelim.1,v 1.2 2015/05/20 22:22:59 schwarze Exp $
+.\"    $Id: soelim.1,v 1.3 2015/05/20 22:59:12 schwarze Exp $
 .\"
 .\" Copyright (c) 2014 Baptiste Daroussin <bapt@FreeBSD.org>
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .Os
 .Sh NAME
 .Nm soelim
-.Nd interpret .so directive in manpages
+.Nd interpret .so requests in manpages
 .Sh SYNOPSIS
 .Nm
 .Op Fl Crtv
@@ -78,5 +78,9 @@ 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 .