Code

doc: Renamed junosc.txt to junosc.1.txt.
[libjunos.git] / doc / junosc.1.txt
1 JUNOSC(1)
2 =========
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 junosc - a JUNOScript client application
11 SYNOPSIS
12 --------
13 *junosc* ['options']
15 DESCRIPTION
16 -----------
17 *junosc* is a client application to connect to routers running JUNOS software.
18 It may be used to issue JUNOScript commands and display the response to the
19 user.
21 OPTIONS
22 -------
23 *-h*::
24         Display a usage and help summary and exit.
26 *-V*::
27         Display the version number and copyright information.
29 EXIT CODES
30 ----------
31 *0*::
32         Success.
34 *1*::
35         Failure (syntax or usage error).
37 BUGS
38 ----
39 None known.
41 AUTHOR
42 ------
43 junosc was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
45 COPYRIGHT
46 ---------
47 Copyright (C) 2012 Sebastian "tokkee" Harl <sh@tokkee.org>
49 This is free software under the terms of the BSD license, see the source for
50 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
51 FITNESS FOR A PARTICULAR PURPOSE.
53 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :