2006-02-01 Robert Love <rml@novell.com>

* configure.in, man/nm-tool.1.in, man/Makefile.am: Add nm-tool(1)
	  manpage.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1424 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-02-01 18:14:15 +00:00 committed by Robert Love
parent 1617377b97
commit f0cc1a602c
6 changed files with 28 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2006-02-01 Robert Love <rml@novell.com>
* configure.in, man/nm-tool.1.in, man/Makefile.am: Add nm-tool(1)
manpage.
2006-01-31 Dan Williams <dcbw@redhat.com>
* nm-applet.desktop

View file

@ -330,6 +330,7 @@ initscript/SUSE/networkmanager-dispatcher
man/Makefile
man/NetworkManager.1
man/NetworkManagerDispatcher.1
man/nm-tool.1
po/Makefile.in
NetworkManager.pc
])

View file

@ -1,8 +1,10 @@
man_MANS = \
NetworkManager.1 \
NetworkManagerDispatcher.1
NetworkManagerDispatcher.1 \
nm-tool.1
EXTRA_DIST = \
$(man_MANS) \
NetworkManager.1.in \
NetworkManagerDispatcher.1.in
NetworkManagerDispatcher.1.in \
nm-tool.1.in

View file

@ -22,4 +22,5 @@ Do not daemonize. This is useful for debugging.
.I "--enable-test-devices"
Enable support for virtual test devices. These are useful for debugging.
.SH SEE ALSO
.BR NetworkManagerDispatcher (1)
.BR NetworkManagerDispatcher (1),
.BR nm-tool (1)

View file

@ -24,4 +24,5 @@ Do not daemonize. This is useful for debugging.
.SH FILES
@sysconfdir@/NetworkManager/dispatcher.d
.SH SEE ALSO
.BR NetworkManager (1)
.BR NetworkManager (1),
.BR nm-tool (1)

14
man/nm-tool.1.in Normal file
View file

@ -0,0 +1,14 @@
.\" nm-tool(1) manual page
.\"
.\" Copyright (C) 2005 Robert Love
.\"
.TH NM-TOOL "1"
nm-tool \- utility to report NetworkManager state
.SH SYNOPSIS
.B nm-tool
.SH DESCRIPTION
The \fInm-tool\fP utility provides information about NetworkManager, device,
and wireless networks.
.SH SEE ALSO
.BR NetworkManager (1),
.BR NetworkManagerDispatcher (1)