Podstrony
- Strona startowa
- Linux. .Mandrake.10.Podręcznik.Użytkownika.[eBook.PL] (3)
- Sams' Teach Yourself Linux In 24 Hours
- Kirch O, Dawson T Linux. Podręcznik administratora sieci
- Teach Yourself Linux in 24 Hours (2)
- teach yourself linux in 24 hours
- Grabiński Stefan Nowele
- Abercrombie Joe Ostateczny argument krolow (CzP)
- Eddings Dav
- Nurowska Maria Wiek samotnosci
- Feist Raymond E Mistrz magii
- zanotowane.pl
- doc.pisz.pl
- pdf.pisz.pl
- black-velvet.pev.pl
[ Pobierz całość w formacie PDF ]
. warn once Only warn once for each undefined symbol, rather than once per module that refers to it. X If s or S is also specified, delete only local symbols beginning with L. x If s or S is also specified, delete all local symbols, not just those beginning with L.ENVIRONMENTYou can change the behavior of ld with the environment variable GNUTARGET.GNUTARGET determines the input-file object format if you don t use b (or its synonym format).Its value should be one of theBFD names for an input format.If there is no GNUTARGET in the environment, ld uses the natural format of the host.IfGNUTAR-GET is set to default, then BFD attempts to discover the input format by examining binary input files; this methodoften succeeds, but there are potential ambiguities, since there is no method of ensuring that the magic number used to flagobject-file formats is unique.However, the configuration procedure for BFD on each system places the conventional formatfor that system first in the search-list, so ambiguities are resolved in favor of convention.SEE ALSOobjdump(1); ld and binutils entries in infoLd: The GNU Linker, Steve Chamberlain and Roland Pesch; The GNU Binary Utilities, Roland H.Pesch.COPYINGCopyright © 1991, 1992 Free Software Foundation, Inc.Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and thispermission notice are preserved on all copies.Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying,provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.Permission is granted to copy and distribute translations of this manual into another language, under the above conditionsfor modified versions, except that this permission notice may be included in translations approved by the Free SoftwareFoundation instead of in the original English.Cygnus support, 17 August 1992Part I: User Commands292lispmtopgmlispmtopgm Convert a Lisp Machine bitmap file into PGM formatSYNOPSISlispmtopgm [lispmfile]DESCRIPTIONlispmtopgm reads a Lisp machine bitmap as input and produces a portable graymap as output.This is the file format written by the tv:write-bit-array-file function on TI Explorer and Symbolics Lisp machines.Multiplane bitmaps on Lisp machines are color; but the lispm image file format does not include a colormap, so it must betreated as a graymap instead.This is unfortunate.SEE ALSOpgmtolispm(1), pgm(5)BUGSThe lispm bitmap file format is a bit quirky; Usually the image in the file has its width rounded up to the next highermultiple of 32, but not always.If the width is not a multiple of 32, we don t deal with it properly, but because of the lispmmicrocode, such arrays are probably not image data anyway.Also, the lispm code for saving bitmaps has a bug, in that if you are writing a bitmap that is not mod32 across, the file may beup to seven bits too short.They round down instead of up, and we don t handle this bug gracefully.No color.AUTHORCopyright© 1991 by Jamie Zawinski and Jef Poskanzer.6 March 1990lkbiblkbib Search bibliographic databasesSYNOPSISlkbib [ v ][ ifields ][ pfilename ][ tn ] key.DESCRIPTIONlkbib searches bibliographic databases for references that contain the keys key.and prints any references found on thestandard output.lkbib will search any databases given by p options, and then a default database.The default database istaken from the REFER environment variable if it is set, otherwise it is/usr/dict/papers/Ind.For each database filename to be searched, if an index filename.i created by gindxbib(1) exists, then it will be searchedinstead; each index can cover multiple databases.OPTIONS v Print the version number. pfilename Search filename.Multiple p options can be used. istring When searching files for which no index exists, ignore the contents of fields whose names are in string. tn Only require the first n characters of keys to be given.Initially n is 6.ln293ENVIRONMENTREFER Default databaseFILES/usr/dict/papers/Ind Default database to be used if the REFER environment variable is not set.filename.i Index files.SEE ALSOgrefer(1), glookbib(1), gindxbib(1)Groff Version 1.09, 6 August 1992lnln Make links between filesSYNOPSISln [options] source [dest]ln [options] source.directoryOptions:[ bdfinsvF] [ S backup-suffix] [ V {numbered,existing,simple}][--version-control={numbered,existing,simple}] [--backup] [--directory][--force] [--interactive] [--no dereference] [--symbolic] [--verbose][--suffix=backup-suffix] [--help] [--version]DESCRIPTIONThis manual page documents the GNU version of ln.If the last argument names an existing directory, ln links each othergiven file into a file with the same name in that directory.If only one file is given, it links that file into the current directory.Otherwise, if only two files are given, it links the first onto the second
[ Pobierz całość w formacie PDF ]