diff options
author | dds <dds@FreeBSD.org> | 2004-05-11 11:10:09 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2004-05-11 11:10:09 +0000 |
commit | b581d18d3fbfc1ff0ecb3f7b06dc6a7e219a742b (patch) | |
tree | 0b5ec2bb7b9f53f9180c2c8f24147d375f965e60 /lib/libutil/login_class.3 | |
parent | 95de53b08b41f33e7df17ed2325aac4eb08ff17a (diff) | |
download | FreeBSD-src-b581d18d3fbfc1ff0ecb3f7b06dc6a7e219a742b.zip FreeBSD-src-b581d18d3fbfc1ff0ecb3f7b06dc6a7e219a742b.tar.gz |
Fix and clarify unparsable sentence.
MFC after: 2 weeks
Diffstat (limited to 'lib/libutil/login_class.3')
-rw-r--r-- | lib/libutil/login_class.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/login_class.3 b/lib/libutil/login_class.3 index 0cc9ef6..c698bdb 100644 --- a/lib/libutil/login_class.3 +++ b/lib/libutil/login_class.3 @@ -65,10 +65,10 @@ process priorities) based on values for a specific named class. The .Fn setusercontext function sets class context values based on a given login_cap_t -object, a specific passwd record (if login_cap_t is NULL), -sets the current session's login and the current process +object and a specific passwd record (if login_cap_t is NULL), +the current session's login, and the current process user and group ownership. -Each of these functions is selectable via bit-flags passed +Each of these actions is selectable via bit-flags passed in the .Ar flags parameter, which is comprised of one or more of the following: |