Updated to contain a description of pl.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20364 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2004-11-20 17:35:55 +00:00
parent 9111363eb3
commit 92d9bd4651

View file

@ -6,7 +6,7 @@
.\" .\"
.TH PLDES 1 "August 2003" GNUstep "GNUstep System Manual" .TH PLDES 1 "August 2003" GNUstep "GNUstep System Manual"
.SH NAME .SH NAME
pldes, plser, plmerge, plparse, pl2link \- property list tools pl, pldes, plser, plmerge, plparse, pl2link \- property list tools
.SH SYNOPSIS .SH SYNOPSIS
.nf .nf
.BI "pldes " "filename(s)" .BI "pldes " "filename(s)"
@ -19,6 +19,8 @@ pldes, plser, plmerge, plparse, pl2link \- property list tools
.nl .nl
.BI "pl2link " "input-file" " [ " "destination-file" " ]" .BI "pl2link " "input-file" " [ " "destination-file" " ]"
.nl .nl
.BI "pl -input [ " "input-file" " ] " " -output [ " "destination-file" " ]"
.nl
.SH DESCRIPTION .SH DESCRIPTION
.P .P
@ -46,6 +48,10 @@ Checks that each file contains a valid text representation of a property list.
.IP "\fBpl2link\fR \fIinput-file\fR [ \fIdestination-file\fR ]" 4 .IP "\fBpl2link\fR \fIinput-file\fR [ \fIdestination-file\fR ]" 4
Produces a desktop link file for KDE and Gnome for the given text Produces a desktop link file for KDE and Gnome for the given text
representation of a property list. representation of a property list.
.IP "\fBpl\fR \fI-input\fR [ \fIinput-file\fR ]" 4
Takes the serialized plist represented by input-file and outputs it to standard output.
.IP "\fBpl\fR \fI-output\fR [ \fIdestination-file\fR ]" 4
Takes a plist from standard input and serializes it into destination-file.
.PP .PP
.SH SEE ALSO .SH SEE ALSO
@ -65,3 +71,6 @@ was written by Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>.
.PP .PP
.B pl2link .B pl2link
was written by Fred Kiefer <FredKiefer@gmx.de>. was written by Fred Kiefer <FredKiefer@gmx.de>.
.PP
.B pl
was written by Gregory Casamento <greg_casamento@yahoo.com>.