From 9b9aa9a6e9bc50cb5828fa31ed0a9a050e102d0c Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Fri, 8 Jun 2018 13:26:46 +0200 Subject: [PATCH] docs: fix "delimeter" typo in fprocopen man page --- proc/fprocopen.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proc/fprocopen.3 b/proc/fprocopen.3 index 043b0b80..020a1177 100644 --- a/proc/fprocopen.3 +++ b/proc/fprocopen.3 @@ -48,13 +48,13 @@ the beginning of the file. .BR w [ ] Open a file below .I /proc/## -for writing even large buffers. The optional delimeter character +for writing even large buffers. The optional delimiter character can be one of the follwoing .BR '\ ' ,\ ',' ,\ '.' ,\ and\ ':' where the default is the colon .BR ',' . This allows to split very large input lines into pieces at this -delimeter and write each of them to the opened file below +delimiter and write each of them to the opened file below .IR /proc/## . .TP .B e