Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plugctl(1) [suse man page]

LIBIEC61883(1)															    LIBIEC61883(1)

NAME
plugctl - a program to get or set any MPR or PCR register value SYNOPSIS
plugctl [-p port] [-n node] plug.attribute[=value] DESCRIPTION
plugctl is a program to get or set the value of a plug's attribute. plug is one of oMPR, iMPR, oPCR[n], or iPCR[n] (case insensitive). Please supply a numerical index for [n]. This manual page was written for the Debian distribution because the original program does not have a manual page. OPTIONS
These programs follow the usual GNU command line syntax. A summary of options is included below. -p port Get or set the value of a plug's attribute into this port. -n node Get or set the value of a plug's attribute into this node. SEE ALSO
plugreport (1) AUTHOR
This manual page was written by Marcio Roberto Teixeira <marciotex@gmail.com> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Marcio Teixeira. april 15, 2006 LIBIEC61883(1)

Check Out this Related Man Page

TILED-QT(1)						       tmxviewer User Manual						       TILED-QT(1)

NAME
tmxviewer - program to view tmx files SYNOPSIS
tmxviewer [{-h | --help}] [{-v | --version}] [file] DESCRIPTION
This manual page documents briefly the tmxviewer commands This manual page was written for the Debian distribution because the original program does not have a manual page. tmxviewer is a program that views tmx map file. It pops a window and let you browse the map. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -v, --version Show version of program. SEE ALSO
tiled(1) AUTHOR
Ying-Chun Liu <paulliu@debian.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. tmxviewer 05/16/2012 TILED-QT(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

How can I wait for PID to finish in another shell

Have a need to schedule programs that can run after other programs are completed. Here's the catch: 1) The list of programs will not always be the same (kind of a plug-n-play deal) 2) The invoking shell may not be the same as the shell of the program being waited on In other words, I need... (2 Replies)
Discussion started by: superdelic
2 Replies