Fix typo, thanks to timofonic1. - swerc - anselm's simpler werc fork
(HTM) git clone git://git.suckless.org/swerc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit f3af88150e13d787f87e495a552297d2d6d0b6ab
(DIR) parent f432589660b40af70e1772afb148d4bbb7d573ff
(HTM) Author: Uriel <u@berlinblue.org>
Date: Fri, 29 Jan 2010 13:39:36 +0000
Fix typo, thanks to timofonic1.
Diffstat:
M sites/werc.cat-v.org/docs/user_man… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/sites/werc.cat-v.org/docs/user_management.md b/sites/werc.cat-v.org/docs/user_management.md
@@ -22,7 +22,7 @@ Example
To create a user called [glenda](http://glenda.cat-v.org) that is a member of the group `rabbits` you can do:
% mkdir etc/users/glenda/
- % echo carrot > etc/user/glenda/password
+ % echo carrot > etc/users/glenda/password
% mkdir -p etc/users/rabbits
% echo glenda >> etc/users/rabbits/members