diff options
| -rw-r--r-- | man/man7/pathname.7 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man7/pathname.7 b/man/man7/pathname.7 index 3cdc367d81..438e4ce16e 100644 --- a/man/man7/pathname.7 +++ b/man/man7/pathname.7 @@ -68,6 +68,11 @@ characters in the POSIX .UR https://pubs.opengroup.org/\:onlinepubs/\:9799919799/\:basedefs/\:V1_chap03.html#tag_03_265 Portable Filename Character Set .UE . +.SH VERSIONS +POSIX.1-2024 encourages implementations to +disallow creation of filenames containing new-line characters. +Linux doesn't follow this, +and allows using new-line characters. .SH SEE ALSO .BR limits.h (0p), .BR open (2), |
