Deleted Added
full compact
pathchk.1 (107788) pathchk.1 (140368)
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.

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
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.

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/usr.bin/pathchk/pathchk.1 107788 2002-12-12 17:26:04Z ru $
28.\" $FreeBSD: head/usr.bin/pathchk/pathchk.1 140368 2005-01-17 07:44:44Z ru $
29.\"
30.Dd May 21, 2002
31.Dt PATHCHK 1
32.Os
33.Sh NAME
34.Nm pathchk
35.Nd check pathnames
36.Sh SYNOPSIS

--- 61 unchanged lines hidden (view full) ---

98.El
99.Sh EXAMPLES
100Check whether the names of files in the current directory are portable to
101other
102.Tn POSIX
103systems:
104.Pp
105.Dl "find . -print | xargs pathchk -p"
29.\"
30.Dd May 21, 2002
31.Dt PATHCHK 1
32.Os
33.Sh NAME
34.Nm pathchk
35.Nd check pathnames
36.Sh SYNOPSIS

--- 61 unchanged lines hidden (view full) ---

98.El
99.Sh EXAMPLES
100Check whether the names of files in the current directory are portable to
101other
102.Tn POSIX
103systems:
104.Pp
105.Dl "find . -print | xargs pathchk -p"
106.Sh DIAGNOSTICS
106.Sh EXIT STATUS
107.Ex -std
108.Sh SEE ALSO
109.Xr getconf 1 ,
110.Xr pathconf 2 ,
111.Xr stat 2
112.Sh STANDARDS
113The
114.Nm
115utility conforms to
116.St -p1003.1-2001 .
117.Sh HISTORY
118A
119.Nm
120utility appeared in
121.Fx 5.0 .
107.Ex -std
108.Sh SEE ALSO
109.Xr getconf 1 ,
110.Xr pathconf 2 ,
111.Xr stat 2
112.Sh STANDARDS
113The
114.Nm
115utility conforms to
116.St -p1003.1-2001 .
117.Sh HISTORY
118A
119.Nm
120utility appeared in
121.Fx 5.0 .