Updated getting started guide with mercurial locations
# ioinfo.cif# # Copyright (c) 2010 Accenture. All rights reserved.# This component and the accompanying materials are made available# under the terms of the "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".# # Initial Contributors:# Accenture - Initial contribution#==name ioinfo==short-descriptionProvides information on IO objects within the IO server.==argument enum object_typeThe type of IO object to display information about. The following values are supported:==enum-value read-writeBoth read and write objects.==enum-value readJust read objects.==enum-value writeJust write objects.==enum-value end-pointAll end-points. Note, the remaining values are specific kinds of end-point.==enum-value consoleJust console end-points.==enum-value fileJust file end-points. Note, file end-points are used by L<fshell|fshell> when it redirects the input or output of a command from or to a file in response to <, > or >>.==enum-value nullJust null end-points. Note, null end-points are used by L<fshell|fshell> when the input or output of a command is redirected from or to F</dev/nul> or C<NUL>.==enum-value pipeJust pipe end-points. Note, pipe end-points are used by L<fshell|fshell> when a command-line contains the pipe (C<|>) operator.==enum-value persistent-consoleJust persistent console end-points. See L<pcons|pcons> and the F<Persistent Consoles> section of the tool-kit's documentation for more details.==option string m matchMatch string to filter object names. Defaults to C<*>.==copyrightCopyright (c) 2006-2010 Accenture. All rights reserved.