Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 16:31:59 +0000 (UTC)
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307737 - head/lib/libcapsicum
Message-ID:  <201610211631.u9LGVxLZ066472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oshogbo
Date: Fri Oct 21 16:31:58 2016
New Revision: 307737
URL: https://svnweb.freebsd.org/changeset/base/307737

Log:
  Fix few sentence in the man page.
  
  Pointed out by:	wblock

Modified:
  head/lib/libcapsicum/capsicum_helpers.3

Modified: head/lib/libcapsicum/capsicum_helpers.3
==============================================================================
--- head/lib/libcapsicum/capsicum_helpers.3	Fri Oct 21 16:29:40 2016	(r307736)
+++ head/lib/libcapsicum/capsicum_helpers.3	Fri Oct 21 16:31:58 2016	(r307737)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 5, 2016
+.Dd October 21, 2016
 .Dt CAPSICUM_HELPERS 3
 .Os
 .Sh NAME
@@ -57,7 +57,8 @@
 .Sh DESCRIPTION
 The
 .Nm capsicum helpers
-are a set of a inline functions which simplify Capsicumizing programs.
+are a set of a inline functions which simplify modifying programs to use
+Capsicum.
 The goal is to reduce duplicated code patterns.
 The
 .Nm capsicum helpers
@@ -70,7 +71,7 @@ restricts capabilities on
 .Fa fd
 to only those needed by POSIX stream objects (that is, FILEs).
 .Pp
-The following flags can be provided:
+These flags can be provided:
 .Pp
 .Bl -tag -width "CAPH_IGNORE_EBADF" -compact -offset indent
 .It Dv CAPH_IGNORE_EBADF



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610211631.u9LGVxLZ066472>