From e6e731d1f42fefc0e98f5d775510ec9602c3ca90 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 26 Jun 2008 13:38:01 +0000 Subject: [PATCH] ffix --- man7/symlink.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/symlink.7 b/man7/symlink.7 index 143ecba31..d276a9a8d 100644 --- a/man7/symlink.7 +++ b/man7/symlink.7 @@ -149,7 +149,7 @@ For example, if there were a symbolic link which pointed to a file named .IR afile , the system call -.I "open("slink" ...\&)" +.I "open(""slink"" ...\&)" would return a file descriptor referring to the file .IR afile .