X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=docs%2FUSER_GROUP_API.md;h=ebff6e69034fb7baa0744acd8104376e10c1b2ed;hb=70cd1e561cab3a860f8e2ece0ca82baa6c100320;hp=3530f00d0d5e0587ad743f74cfaefd6f67a0a8b5;hpb=8cf85bb5750766cf0cff53b0b73be5a5a39279f5;p=thirdparty%2Fsystemd.git diff --git a/docs/USER_GROUP_API.md b/docs/USER_GROUP_API.md index 3530f00d0d5..ebff6e69034 100644 --- a/docs/USER_GROUP_API.md +++ b/docs/USER_GROUP_API.md @@ -95,7 +95,7 @@ services are listening there, that have special relevance: 2. `io.systemd.Multiplexer` → This service multiplexes client queries to all other running services. It's supposed to simplify client development: in order to look up or enumerate user/group records it's sufficient to talk to - one service instead of all of them in parallel. Note that it is not availabe + one service instead of all of them in parallel. Note that it is not available during earliest boot and final shutdown phases, hence for programs running in that context it is preferable to implement the parallel lookup themselves. @@ -160,7 +160,7 @@ method GetUserRecord( service : string ) -> ( record : object, - incomplete : boolean + incomplete : bool ) method GetGroupRecord( @@ -169,7 +169,7 @@ method GetGroupRecord( service : string ) -> ( record : object, - incomplete : boolean + incomplete : bool ) method GetMemberships(