Browse Source

Merge pull request #19540 from A33a/A33a-patch-1

Fixed typo in "/etc/subUid"
Vincent Demeester 9 years ago
parent
commit
5e143d5168
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/commandline/daemon.md

+ 1 - 1
docs/reference/commandline/daemon.md

@@ -737,7 +737,7 @@ range for the mapping of host uids and gids to the container process.  This
 means that the first ID in the range will be the remapped root user, and the
 means that the first ID in the range will be the remapped root user, and the
 IDs above that initial ID will map host ID 1 through the end of the range.
 IDs above that initial ID will map host ID 1 through the end of the range.
 
 
-From the example `/etc/subid` content shown above, the remapped root
+From the example `/etc/subuid` content shown above, the remapped root
 user would be uid 165536.
 user would be uid 165536.
 
 
 If the system administrator has set up multiple ranges for a single user or
 If the system administrator has set up multiple ranges for a single user or