svn commit: r283199 - head/usr.bin/soelim

Baptiste Daroussin bapt at FreeBSD.org
Thu May 21 08:28:49 UTC 2015


Author: bapt
Date: Thu May 21 08:28:48 2015
New Revision: 283199
URL: https://svnweb.freebsd.org/changeset/base/283199

Log:
  * fix roff terminology in .Nd
  * remove .Xr to self
  * add AUTHORS section
  
  Submitted by:	schwarze at OpenBSD

Modified:
  head/usr.bin/soelim/soelim.1

Modified: head/usr.bin/soelim/soelim.1
==============================================================================
--- head/usr.bin/soelim/soelim.1	Thu May 21 08:28:35 2015	(r283198)
+++ head/usr.bin/soelim/soelim.1	Thu May 21 08:28:48 2015	(r283199)
@@ -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 t
 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 at freebsd.org .


More information about the svn-src-all mailing list