File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2253,7 +2253,7 @@ impl Group {
2253
2253
/// should be more than adequate. Only use the buffer size variants if you receive an ERANGE error
2254
2254
/// without them, or you know that you will be likely to.
2255
2255
///
2256
- /// # Example
2256
+ /// # Examples
2257
2257
///
2258
2258
/// ```
2259
2259
/// use nix::unistd::{User, UserQuery, Queryable};
@@ -2283,7 +2283,7 @@ pub enum UserQuery {
2283
2283
/// should be more than adequate. Only use the buffer size variants if you receive an ERANGE error
2284
2284
/// without them, or you know that you will be likely to.
2285
2285
///
2286
- /// # Example
2286
+ /// # Examples
2287
2287
///
2288
2288
/// ```ignore
2289
2289
/// use nix::unistd::{Group, GroupQuery};
@@ -2430,7 +2430,7 @@ mod usergroupiter {
2430
2430
2431
2431
/// Used to get all of the users on the system.
2432
2432
///
2433
- /// # Example
2433
+ /// # Examples
2434
2434
///
2435
2435
/// ```
2436
2436
/// use nix::unistd::Users;
@@ -2496,7 +2496,7 @@ mod usergroupiter {
2496
2496
2497
2497
/// Used to get all of the groups on the system.
2498
2498
///
2499
- /// # Example
2499
+ /// # Examples
2500
2500
///
2501
2501
/// ```
2502
2502
/// use nix::unistd::Groups;
You can’t perform that action at this time.
0 commit comments