mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-01 10:46:53 +03:00
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year.
27 lines
580 B
Plaintext
27 lines
580 B
Plaintext
'\" Copyright (C) 1998-2025 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)
|