diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-03 19:22:16 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-03 19:22:16 +0000 |
commit | a8f6b60fa177e9e30f09b770772df412798ca6bd (patch) | |
tree | b4b8656cb67bc0cfab53085087ab842bd09126fe /lib/libutil/pw_util.3 | |
parent | de010910edae3c3f6d771022bfcac115faa39a44 (diff) | |
download | FreeBSD-src-a8f6b60fa177e9e30f09b770772df412798ca6bd.zip FreeBSD-src-a8f6b60fa177e9e30f09b770772df412798ca6bd.tar.gz |
Fix typo
Diffstat (limited to 'lib/libutil/pw_util.3')
-rw-r--r-- | lib/libutil/pw_util.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/pw_util.3 b/lib/libutil/pw_util.3 index 0d8c763..706368f 100644 --- a/lib/libutil/pw_util.3 +++ b/lib/libutil/pw_util.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 30, 2012 +.Dd June 06, 2015 .Dt PW_UTIL 3 .Os .Sh NAME @@ -222,7 +222,7 @@ and it is the caller's responsibility to free it with The .Fn pw_mkdb function regenerates the password database by running -.Xr pw_mkdb 8 . +.Xr pwd_mkdb 8 . If .Fa user only the record corresponding to that user will be updated. |