git: ea8c7d8a1d - main - 12.4R/relnotes.adoc: Add note about df
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Nov 2022 14:22:03 UTC
The branch main has been updated by salvadore (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=ea8c7d8a1df1659379d484d55eca3fdcacb65d1a commit ea8c7d8a1df1659379d484d55eca3fdcacb65d1a Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-11-09 11:38:39 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-11-09 14:22:04 +0000 12.4R/relnotes.adoc: Add note about df Approved by: re (gjb, implicit) --- website/content/en/releases/12.4R/relnotes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc index 1d2c30cf68..7331cbbd61 100644 --- a/website/content/en/releases/12.4R/relnotes.adoc +++ b/website/content/en/releases/12.4R/relnotes.adoc @@ -118,6 +118,8 @@ The man:cp[1] utility will honor properly `-H`, `-L` and `-P` flags. Notably, it The man:cp[1] utility will allow `-P` working without `-R` as per POSIX. +The man:df[1] utility will now support using `-l` and `-t` flags together. If both are specified, the parameter list of the `-t` option is applied on top of the selection of local file systems. + The man:sh[1] utility will now read more profile files. It will load each .sh file in /etc/profile.d, then /usr/local/etc/profile, then each .sh file in /usr/local/etc/profile.d/. [[userland-contrib]]