Add pathchk(1)
New command, including man page. UTF-8 compatible and should be POSIX-compliant. Signed-off-by: Mattias Andrée <maandree@kth.se>
This commit is contained in:
35
pathchk.1
Normal file
35
pathchk.1
Normal file
@@ -0,0 +1,35 @@
|
||||
.Dd 2016-02-03
|
||||
.Dt PATHCHK 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
.Nm pathchk
|
||||
.Nd validate filename validity or portability
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl p
|
||||
.Op Fl P
|
||||
.Ar file Ar ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
checks that filenames are valid for the system,
|
||||
and optional on other POSIX systems.
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width Ds
|
||||
.It Fl p
|
||||
Check for most POSIX systems.
|
||||
.It Fl P
|
||||
Check for empty pathnames and leading hythens.
|
||||
.El
|
||||
.Sh EXIT STATUS
|
||||
.Bl -tag -width Ds
|
||||
.It 0
|
||||
A filename was not valid or portable.
|
||||
.It > 0
|
||||
An error occurred.
|
||||
.El
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2013
|
||||
specification.
|
Reference in New Issue
Block a user