From dd21499c3e149847a18ca1d26276bd0db2e5fd2d Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 15 Mar 2024 13:04:31 -0400 Subject: [PATCH] argpar.h: doc: match the style of `README.adoc` Signed-off-by: Philippe Proulx Change-Id: Iec00597db1f2f90d13ac2bbe7611d1969e588104 --- argpar/argpar.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/argpar/argpar.h b/argpar/argpar.h index f8575c8..498bb2a 100644 --- a/argpar/argpar.h +++ b/argpar/argpar.h @@ -101,14 +101,14 @@ example, that for: argpar_iter_next() produces the following items, in this order: --# Option item (\--hello). --# Option item (\--count with argument 23). --# Non-option item (/path/to/file). --# Option item (-a). --# Option item (-b). --# Option item (\--type with argument file). --# Non-option item (\--). --# Non-option item (magie). +-# Option item: \--hello. +-# Option item: \--count with argument 23. +-# Non-option item: /path/to/file. +-# Option item: -a. +-# Option item: -b. +-# Option item: \--type with argument file. +-# Non-option item: \--. +-# Non-option item: magie. */ /* -- 2.34.1