From: <ssm...@us...> - 2008-03-31 14:21:16
|
Revision: 2859 http://selinux.svn.sourceforge.net/selinux/?rev=2859&view=rev Author: ssmalley Date: 2008-03-31 07:21:13 -0700 (Mon, 31 Mar 2008) Log Message: ----------- Author: Jim Meyering Email: ji...@me... Subject: doc typo fix: s/behaviors/behavior/ Date: Sat, 29 Mar 2008 19:23:35 +0100 Here's a tiny typo fix: Acked-by: Stephen Smalley <sd...@ty...> Modified Paths: -------------- trunk/libselinux/man/man3/getexeccon.3 trunk/libselinux/man/man3/getfscreatecon.3 Modified: trunk/libselinux/man/man3/getexeccon.3 =================================================================== --- trunk/libselinux/man/man3/getexeccon.3 2008-03-24 20:19:06 UTC (rev 2858) +++ trunk/libselinux/man/man3/getexeccon.3 2008-03-31 14:21:13 UTC (rev 2859) @@ -34,7 +34,7 @@ Note: Signal handlers that perform an execve must take care to -save, reset, and restore the exec context to avoid unexpected behaviors. +save, reset, and restore the exec context to avoid unexpected behavior. .B rpm_execcon Modified: trunk/libselinux/man/man3/getfscreatecon.3 =================================================================== --- trunk/libselinux/man/man3/getfscreatecon.3 2008-03-24 20:19:06 UTC (rev 2858) +++ trunk/libselinux/man/man3/getfscreatecon.3 2008-03-31 14:21:13 UTC (rev 2859) @@ -29,7 +29,7 @@ Note: Signal handlers that perform an setfscreate must take care to -save, reset, and restore the fscreate context to avoid unexpected behaviors. +save, reset, and restore the fscreate context to avoid unexpected behavior. .SH "RETURN VALUE" On error -1 is returned. On success 0 is returned. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |