From 2552b97afde179d453b1752bb29f34d452e839c4 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 --- lib/procio.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/procio.3 b/lib/procio.3 index f7ae1d67..5b8c2187 100644 --- a/lib/procio.3 +++ b/lib/procio.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 comma .BR ',' . -This allows splitting very large input lines into pieces at this -delimeter and writing each of them to the opened file below +This allows to split very large input lines into pieces at this +delimiter and write each of them to the opened file below .IR /proc/## . .TP .B e