From c3ea3f7b97b17f5b4c5697efbd1fee2d75aeba43 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 20 Sep 2019 09:11:47 -0400 Subject: man: List short options in the synopsis --- sor.1 | 2 +- walk.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sor.1 b/sor.1 index 0e15f0c..70f2579 100644 --- a/sor.1 +++ b/sor.1 @@ -16,7 +16,7 @@ sor \- combine shell predicates with logical or .SH SYNOPSIS .B sor -.RI [\| OPTION ...\] +.RB [\| \-0 \] .IR SNIPPET ... .SH DESCRIPTION Read paths from standard input. For each path, evaluate each argument as a diff --git a/walk.1 b/walk.1 index 18ea88f..8fae185 100644 --- a/walk.1 +++ b/walk.1 @@ -16,7 +16,7 @@ walk \- walk file system .SH SYNOPSIS .B walk -.RI [\| OPTION ...\] +.RB [\| \-0 \] .RI [\| DIRECTORY ...\] .SH DESCRIPTION Recursively list the specified -- cgit v1.2.3