~iheino+ub/+junk/nut-upsconf-docfix

« back to all changes in this revision

Viewing changes to docs/man/nutscan_display_ups_conf.txt

  • Committer: Tuomas Heino
  • Author(s): Laurent Bigonville
  • Date: 2014-04-22 20:46:12 UTC
  • Revision ID: iheino+ub@cc.hut.fi-20140422204612-1x2gh3nkezfsdao4
Tags: upstream-2.7.2
ImportĀ upstreamĀ versionĀ 2.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NUTSCAN_DISPLAY_UPS_CONF(3)
 
2
===========================
 
3
 
 
4
NAME
 
5
----
 
6
 
 
7
nutscan_display_ups_conf - Display the specified `nutscan_device_t` structure on stdout.
 
8
 
 
9
SYNOPSIS
 
10
--------
 
11
 
 
12
 #include <nut-scan.h>
 
13
 
 
14
 void nutscan_display_ups_conf(nutscan_device_t * device);
 
15
 
 
16
DESCRIPTION
 
17
-----------
 
18
 
 
19
The *nutscan_display_ups_conf()* function displays all NUT devices in 'device' to stdout. It displays them in a way that it can be directly copied into the ups.conf file.
 
20
 
 
21
SEE ALSO
 
22
--------
 
23
linkman:nutscan_scan_usb[3], linkman:nutscan_scan_xml_http[3], 
 
24
linkman:nutscan_scan_nut[3], linkman:nutscan_scan_avahi[3], 
 
25
linkman:nutscan_scan_ipmi[3], linkman:nutscan_scan_snmp[3], 
 
26
linkman:nutscan_display_parsable[3], linkman:nutscan_new_device[3],
 
27
linkman:nutscan_free_device[3], linkman:nutscan_add_option_to_device[3],
 
28
linkman:nutscan_add_device_to_device[3], linkman:nutscan_cidr_to_ip[3]