comparison man/man1/swab.1 @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5242703e91d3
1 .TH SWAB 1 "14 September 1993"
2
3 .SH NAME
4 swab \- Swap byte order of binary 2-byte data.
5
6 .SH SYNTAX
7 swab [options] [files]
8
9 .SH DESCRIPTION
10
11 For each input file in turn,
12 read and write binary shorts (2-bytes), swapping the byte order of each.
13 With no filename arguments, data is expected on the stdin.
14
15 .SH OPTIONS
16
17 output.
18
19 The `output' option specifies the name of a single output file to be the
20 destination for swapped data from all input files.
21 The name "stdout" is recognised as the standard output.
22 When the "output=off" the output overwrites each respective input file.
23 (The respective output for the stdin is the stdout).
24
25 .SH COPYRIGHT
26 .LP
27 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
28 .LP
29 Permission to use, copy, modify, and distribute this software without fee
30 is hereby granted for research purposes, provided that this copyright
31 notice appears in all copies and in all supporting documentation, and that
32 the software is not redistributed for any fee (except for a nominal
33 shipping charge). Anyone wanting to incorporate all or part of this
34 software in a commercial product must obtain a license from the Medical
35 Research Council.
36 .LP
37 The MRC makes no representations about the suitability of this
38 software for any purpose. It is provided "as is" without express or
39 implied warranty.
40 .LP
41 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
42 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
43 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
44 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
45 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
46 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
47 SOFTWARE.
48