NAME
	  AR860	- ar860, ar: Creates and maintains archives for	the
	  Paragon(TM) system.

     CROSS-DEVELOPMENT SYNTAX
	  ar860	[ -V ] key [ options ] libname [ filename ...]

     NATIVE SYNTAX
	  ar [ -V ] key	[ options ] libname [ filename ...]

     ARGUMENTS
	  libname   The	name of	the archive.

	  filename  The	name of	the target file.

	  You must specify one,	and only one, key from the following
	  list:

	  d	    Delete filename from the archive.

	  e	    Display the	symbol tables of COFF objects in the
		    archive.

	  p	    Display the	archive	version	of filename (may
		    result in binary data being	sent to	standard out-
		    put).

	  q	    Quickly add	the file filename to the archive lib-
		    name by appending the file(s) to the end of	the
		    archive without checking to	see if they duplicate
		    existing files in the archive. If libname does not
		    exist, then	create it (unless the c	option is
		    specified).	If filename does not appear in the
		    archive, then add it.

	  r	    Replace the	file filename in the archive libname.
		    If libname does not	exist, then create it. If
		    filename does not appear in	the archive, then add
		    it.

	  t	    Display the	archive	table of contents.

	  x	    Extract filename from the archive. If no file is
		    named, extract all files.

	  The key argument may be preceded by a	dash. For example,
	  ar860	-t file.a and ar860 t file.a are equivalent.

	  You may specify the following	options	in any order:

	  c	    Suppress the creation message. This	option is used
		    with the -r	key.

	  l	    Use	the current working directory for temporary
		    files.

	  u	    Replace the	archive	version	only if	filename is
		    newer. This	option is used only with the -r	key.

	  v	    Verbose mode. For -r, display the names of the
		    archive members as they are	replaced (or added).
		    For	-d, display the	names of the archive members
		    as they are	deleted. For -t, display the file
		    mode, the uid, the gid, the	size, and the times-
		    tamp of the	specified files. For -x, display the
		    names of the files as they are extracted.

	  No space may appear between the key and any options.

	  You must specify the following argument, if used, before the
	  key:

	  -V	    Display the	tool banner (tool name,	version,
		    etc.).

	  No space may appear between -V and the following key,	and
	  the key may not be preceded by a dash. The dash preceding
	  the V	is optional. For example, ar860	-Vt file.a and
	  ar860	Vt file.a are equivalent.

     DESCRIPTION
	  Use ar860 to manage archives for the Paragon system.

     SEE ALSO
	  as860, dump860, icc, if77, ld860, nm860, size860, strip860




















Acknowledgement and Disclaimer