summaryrefslogtreecommitdiff
path: root/isascii.1
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-12 08:10:42 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-12 08:24:06 +0200
commit466fcd268e53743ca7414f1fe969a74cd0ac1ee1 (patch)
tree18056390e7f507c1f40b38edfaa4c218b840f0e7 /isascii.1
parent2a562fd5a7d935d3743f6746927236b40f891a5c (diff)
downloadextrautils-466fcd268e53743ca7414f1fe969a74cd0ac1ee1.tar.gz
drop old crap
Diffstat (limited to 'isascii.1')
-rw-r--r--isascii.147
1 files changed, 0 insertions, 47 deletions
diff --git a/isascii.1 b/isascii.1
deleted file mode 100644
index 9a3f51d..0000000
--- a/isascii.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\" isacii.1 - manual page for the isascii command
-.\" Copyright (C) 2008 Lars Wirzenius
-.\"
-.\" This program is free software: you can redistribute it and/or modify
-.\" it under the terms of the GNU General Public License as published by
-.\" the Free Software Foundation, either version 3 of the License, or
-.\" (at your option) any later version.
-.\"
-.\" This program is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-.\" GNU General Public License for more details.
-.\"
-.\" You should have received a copy of the GNU General Public License
-.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
-.\"
-.TH ISASCII 1
-.SH NAME
-isascii \- verify that input files consist of ASCII characters only
-.SH SYNOPSIS
-.BR isascii " [" "-hq" "] [" --help "] [" --quiet "]"
-.IR file ...
-.SH DESCRIPTION
-.B isascii
-reads through one or more files, and determines if they contain only
-ASCII characters.
-Input comes from files named on the command line, or from the
-standard input if there are no filenames on the command line.
-.PP
-An ASCII character is any byte with a value of 0 through 127,
-inclusive.
-.SH OPTIONS
-.TP
-.BR -h ", " --help
-Write out a short usage message.
-.TP
-.BR -q ", " --quiet
-Do not write any output except error messages.
-Indicate ASCII/not-ASCII status only via the exit code.
-.SH "EXIT STATUS"
-.B isascii
-returns an exit code of 0 if all input files (or standard input) consisted
-only of ASCII characters.
-It returns a non-zero error code if there were errors or at least one of
-the inputs was not pure ASCII.
-.SH "SEE ALSO"
-.BR isutf8 (1).