Date: Wed, 17 Apr 2019 16:00:34 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r346314 - head/lib/libcasper/services/cap_fileargs Message-ID: <201904171600.x3HG0Ych049409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904171600.x3HG0Ych049409>