summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man8
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man8')
-rw-r--r--Base/usr/share/man/man8/useradd.md2
-rw-r--r--Base/usr/share/man/man8/userdel.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man8/useradd.md b/Base/usr/share/man/man8/useradd.md
index 82c4423cb1..8699e8f934 100644
--- a/Base/usr/share/man/man8/useradd.md
+++ b/Base/usr/share/man/man8/useradd.md
@@ -36,7 +36,7 @@ This program must be run as root.
## Files
* `/etc/passwd` - new user information (such as UID and GID) is appended to this file.
-* `/home/` - user home directroy is created here if the `-m` flag is specified.
+* `/home/` - user home directory is created here if the `-m` flag is specified.
## Examples
diff --git a/Base/usr/share/man/man8/userdel.md b/Base/usr/share/man/man8/userdel.md
index 745474ff86..b695014c04 100644
--- a/Base/usr/share/man/man8/userdel.md
+++ b/Base/usr/share/man/man8/userdel.md
@@ -28,7 +28,7 @@ This program must be run as root.
## Files
* `/etc/passwd` - user information (such as UID and GID) in this file is deleted.
-* `/home/` - user home directroy is deleted if the `-r` flag is specified.
+* `/home/` - user home directory is deleted if the `-r` flag is specified.
## Examples