svn commit: r346314 - head/lib/libcasper/services/cap_fileargs

Ed Maste emaste at FreeBSD.org
Wed Apr 17 16:00:35 UTC 2019


Author: emaste
Date: Wed Apr 17 16:00:33 2019
New Revision: 346314
URL: https://svnweb.freebsd.org/changeset/base/346314

Log:
  cap_fileargs.3: typo and markup corrections
  
  Submitted by:	Bora Özarslan" <borako.ozarslan at gmail.com>
  MFC after:	1 week
  MFC with:	r346313
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libcasper/services/cap_fileargs/cap_fileargs.3

Modified: head/lib/libcasper/services/cap_fileargs/cap_fileargs.3
==============================================================================
--- head/lib/libcasper/services/cap_fileargs/cap_fileargs.3	Wed Apr 17 15:48:33 2019	(r346313)
+++ head/lib/libcasper/services/cap_fileargs/cap_fileargs.3	Wed Apr 17 16:00:33 2019	(r346314)
@@ -105,9 +105,9 @@ is equivalent to
 except that the connection to the Casper needs to be provided.
 .Pp
 The functions
-.Fn fileargs_ininv
+.Fn fileargs_initnv
 and
-.Fn fileargs_cininv
+.Fn fileargs_cinitnv
 are respectively equivalent to
 .Fn fileargs_init
 and
@@ -141,9 +141,9 @@ structure.
 This section describe which values and types should be used to pass arguments to the
 .Fa system.fileargs
 through the
-.Fn fileargs_ininv
+.Fn fileargs_initnv
 and
-.Fn fileargs_cinit
+.Fn fileargs_cinitnv
 functions.
 The
 .Xr nvlist 9
@@ -225,8 +225,8 @@ fileargs_free(fa);
 .Xr open 2 ,
 .Xr cap_rights_init 3 ,
 .Xr err 3 ,
-.Xr fopen 3,
-.Xr getopt 3,
+.Xr fopen 3 ,
+.Xr getopt 3 ,
 .Xr capsicum 4 ,
 .Xr nv 9
 .Sh BUGS


More information about the svn-src-all mailing list