pathchk.1 (3c7cf139ac3d7a1be00cd32fa020385d10f945fe) | pathchk.1 (8d5d039f80a8d31947f4e84af20e8a56d0009c32) |
---|---|
1.\" Copyright (c) 2001, 2002 Chuck Rouillard 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 42 unchanged lines hidden (view full) --- 51.Dv PATH_MAX 52bytes. 53.It 54Contains any component longer than 55.Dv NAME_MAX 56bytes. 57(The value of 58.Dv NAME_MAX | 1.\" Copyright (c) 2001, 2002 Chuck Rouillard 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 42 unchanged lines hidden (view full) --- 51.Dv PATH_MAX 52bytes. 53.It 54Contains any component longer than 55.Dv NAME_MAX 56bytes. 57(The value of 58.Dv NAME_MAX |
59depends on the underlying filesystem.) | 59depends on the underlying file system.) |
60.It 61Contains a directory component that is not searchable. 62.El 63.Pp 64It is not considered an error if a 65.Ar pathname 66argument contains a nonexistent component as long as a component by that 67name could be created. --- 54 unchanged lines hidden --- | 60.It 61Contains a directory component that is not searchable. 62.El 63.Pp 64It is not considered an error if a 65.Ar pathname 66argument contains a nonexistent component as long as a component by that 67name could be created. --- 54 unchanged lines hidden --- |