From 7586ca74558b7b0b21b2b8c83882172a6bc470eb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Apr 2026 16:42:31 +0200 Subject: [PATCH] docs/cmdline-opts/write-out.md: minor language edit --- docs/cmdline-opts/write-out.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/write-out.md b/docs/cmdline-opts/write-out.md index 3ddb68ed90..c53e4f59d9 100644 --- a/docs/cmdline-opts/write-out.md +++ b/docs/cmdline-opts/write-out.md @@ -368,8 +368,8 @@ performed using the same connection cache. TIME OUTPUT FORMAT -To show time with `%time{}` the characters within `{}` creates a special -format string that may contain special character sequences called conversion +To show time with `%time{}` the characters within `{}` create a special format +string that may contain special character sequences called conversion specifications. Each conversion specification starts with `%` and is followed by a character that instructs curl to output a particular time detail. All other characters used are displayed as-is.