[Bug 2051420] [NEW] Error in dash(1) manual in <& and >& descriptions
Valery Ushakov
2051420 at bugs.launchpad.net
Sat Jan 27 11:37:06 GMT 2024
Public bug reported:
$ man dash | grep '[<>]&n'
[n1]<&n2 Copy file descriptor n2 as stdout (or fd n1). fd n2.
[n1]>&n2 Copy file descriptor n2 as stdin (or fd n1). fd n2.
The text looks mangled with orphaned "fd n2" not making any sense.
The text has stdout and stdin confused/swapped.
dash.1 says "stdout" for <& - compare:
NetBSD sh.1 says
[n1]<& n2 Redirect standard input (or n1) from a duplicate of file
descriptor n2.
OpenGroup text says:
2.7.5 Duplicating an Input File Descriptor
The redirection operator:
[n]<&word
shall duplicate one input file descriptor from another, or shall close
one.
** Affects: boinc (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Debian
BOINC Maintainers, which is subscribed to boinc in Ubuntu.
https://bugs.launchpad.net/bugs/2051420
Title:
Error in dash(1) manual in <& and >& descriptions
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/2051420/+subscriptions
More information about the pkg-boinc-devel
mailing list