From 2f6b8245d12a3242ff4c9c013d4b561f1008b9a8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 26 Jun 2008 13:19:40 +0000 Subject: [PATCH] ffix --- man7/symlink.7 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man7/symlink.7 b/man7/symlink.7 index ab936025c..143ecba31 100644 --- a/man7/symlink.7 +++ b/man7/symlink.7 @@ -221,7 +221,7 @@ It is important to realize that this rule includes commands which may optionally traverse file trees, e.g.\& the command .I "chown file" is included in this rule, while the command -.IR "chown \-R file" , +.IR "chown\ \-R file" , which performs a tree traversal, is not. (The latter is described in the third area, below.) @@ -238,7 +238,7 @@ In the above example, would change the ownership of the file referred to by .IR slink , while -.I "chown \-h root slink" +.I "chown\ \-h root slink" would change the ownership of .I slink itself. @@ -326,7 +326,7 @@ Operations that apply to symbolic links are performed on the links themselves, but otherwise the links are ignored. The command -.I "rm \-r slink directory" +.I "rm\ \-r slink directory" will remove .IR slink , as well as any symbolic links encountered in the tree traversal of @@ -359,7 +359,7 @@ flag will be ignored if the flag is not also specified.) For example, the command -.I "chown \-HR user slink" +.I "chown\ \-HR user slink" will traverse the file hierarchy rooted in the file pointed to by .IR slink . Note, the @@ -389,7 +389,7 @@ flag will be ignored if the flag is not also specified.) For example, the command -.I "chown \-LR user slink" +.I "chown\ \-LR user slink" will change the owner of the file referred to by .IR slink . If