mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-07 05:23:02 +02:00
* src/test.c (usage): State that -rwx is determined by user access, rather than permission bits. * doc/coreutils.texi (Access permission tests): Likewise. * man/test.x [SEE ALSO]: access(2). Fixes https://bugs.gnu.org/54338
27 lines
580 B
Plaintext
27 lines
580 B
Plaintext
'\" Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
|
'\"
|
|
'\" This is free software. You may redistribute copies of it under the terms
|
|
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
|
|
'\" There is NO WARRANTY, to the extent permitted by law.
|
|
[NAME]
|
|
test \- check file types and compare values
|
|
[SYNOPSIS]
|
|
.B test
|
|
.I EXPRESSION
|
|
.br
|
|
.B test
|
|
.br
|
|
.\" \& tells doclifter the brackets are literal (Bug#31803).
|
|
.B [\&
|
|
.I EXPRESSION
|
|
.B ]\&
|
|
.br
|
|
.B "[\& ]\&"
|
|
.br
|
|
.B [\&
|
|
.I OPTION
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|
|
[SEE ALSO]
|
|
access(2)
|