linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] sln.8: wfix
@ 2023-09-02 23:04 Peter Lafreniere
  2023-09-03 11:00 ` Štěpán Němec
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Lafreniere @ 2023-09-02 23:04 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: Peter Lafreniere, linux-man

The description for the second form of sln(8) can be taken at a first
reading as saying that `filelist' is a list of paths passed via the
command line, when it is really a path to a file containing that list.

Although the confusion can be resolved from the surrounding context, it
is better to be explicit about filelist being a path.

Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
---
 man8/sln.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man8/sln.8 b/man8/sln.8
index 448d0bf07..2a7ed13e5 100644
--- a/man8/sln.8
+++ b/man8/sln.8
@@ -29,7 +29,7 @@ as a new symbolic link to
 .PP
 In the second form,
 .I filelist
-is a list of space-separated pathname pairs,
+points to a list of space-separated pathname pairs,
 and the effect is as if
 .B sln
 was executed once for each line of the file,
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-13 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-02 23:04 [patch] sln.8: wfix Peter Lafreniere
2023-09-03 11:00 ` Štěpán Němec
2023-09-13 14:42   ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).