From 1e50031bf51b7d098aef93fc276555559d3ee71f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 17 Dec 2007 14:58:18 +0000 Subject: [PATCH] spfix --- man2/chown.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/chown.2 b/man2/chown.2 index 464a19308..8cfa59f3b 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -197,7 +197,7 @@ got the newly introduced number. .PP The following program changes the ownership of the file named in its second command-line argument to the value specified in its -first command-line arguemnt. +first command-line argument. The new owner can be specified either as a numeric user ID, or as a username (which is converted to a user ID by using .BR getpwnam (3)