Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

olsr_switch(8) [debian man page]

olsr_switch(8)						      System Manager's Manual						    olsr_switch(8)

NAME
olsr_switch - olsrd network simulator SYNOPSIS
olsrd [ -foo foo ] [ -bar bar ] DESCRIPTION
olsr_switch is an implementation of the Optimized Link State Routing protocol for Mobile Ad-Hoc networks(MANET). The protocol is described in RFC3626. It is designed to be run as a standalone server process - but as it is still in an experimental stage most users will prefer running it with some debug output which is directed to STDOUT. This manual page only lists the command line arguments. For details of the configuration file see the comments included in /etc/olsrd.conf. Note that none of these options need to be set at the command line - all these options and others can be set in the configuration file. The homepage of olsrd is http://www.olsr.org OPTIONS
-foo foo This option specifies on what network interfaces olsrd should run. These interfaces cannot be aliased interfaces such as eth0:1. -bar bar This option overrides the default configuration file path used by olsrd - /etc/olsrd.conf FILES /etc/olsrd.conf SEE ALSO
olsrd(5)olsrd.conf(8). Jun 2005 olsr_switch(8)

Check Out this Related Man Page

SPYDER(1)							Spyder User Manual							 SPYDER(1)

NAME
spyder - Spyder is an integrated development environment integrating Python, numpy, scipy, and matplotlib. SYNOPSIS
spyder -e this [--example=that] [{-e | --example} this] [{-e | --example} {this | that}] spyder [{-h | --help}] DESCRIPTION
This manual page documents briefly the spyder command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the GNU info(1) format; see below. spyder is a program that... OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the info(1) files. -e this, --example=that Does this and that. -h, --help Show summary of options. -v, --version Show version of program. FILES
/etc/foo.conf The system-wide configuration file to control the behaviour of spyder. See foo.conf(5) for further details. ${HOME}/.foo.conf The per-user configuration file to control the behaviour of spyder. See foo.conf(5) for further details. ENVIONMENT
FOO_CONF If used, the defined file is used as configuration file (see also the section called "FILES"). DIAGNOSTICS
The following diagnostics may be issued on stderr: Bad configuration file. Exiting. The configuration file seems to contain a broken configuration line. Use the --verbose option, to get more info. spyder provides some return codes, that can be used in scripts: Code Diagnostic 0 Program exited successfully. 1 The configuration file seems to be broken. BUGS
The program is currently limited to only work with the foobar library. The upstreams BTS can be found at http://bugzilla.foo.tld. SEE ALSO
bar(1), baz(1), foo.conf(5) The programs are documented fully by The Rise and Fall of a Fooish Bar available via the info(1) system. AUTHOR
Ludovic Aubry <laubrycomm@free.fr> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2007 Ludovic Aubry 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 MIT License. spyder 11/03/2010 SPYDER(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how does this work....

1|foo|bar 2|usa|ll 3|usa|vg 4|usa|vg 5|bar|vg 6|usa|vg 7|usa|ll 8|uk|nn 9|foo|manu|bar 10|uk|bb 11|foo|mm 12|kuwait|jkj 13|kuwait|mm 14|dubai|hh awk '/foo/,/bar/' test_file1----command run at the prompt output should have been the first 3 lines...... 1|foo|bar (1 Reply)
Discussion started by: bishweshwar
1 Replies

2. Shell Programming and Scripting

problem with command line

i have a command line that looks like this: my_command -a -b -c -d"foo bar" "./run this" param1 param2 I'm using getopt to pharse parameters -a -b -c -d. after that i would like to execute "./run this" param1 param1 (which is places after --) but I'm loosing quotas around ./run this. How can i... (0 Replies)
Discussion started by: sopel39
0 Replies

3. Programming

'Make' command error in olsr

Hi guys..i'm a newbie here and i really need your help urgently..currently i want to run a 'make' command in Ubuntu..But this error occurs: gcc -Wall -Wextra -Wold-style-definition -Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Waggregate-return... (5 Replies)
Discussion started by: naz1406
5 Replies