5ebd6f
diff --git a/man/man8/cbq.8 b/man/man8/cbq.8
5ebd6f
new file mode 100644
5ebd6f
index 0000000..78940b6
5ebd6f
--- /dev/null
5ebd6f
+++ b/man/man8/cbq.8
5ebd6f
@@ -0,0 +1 @@
5ebd6f
+.so man8/tc-cbq.8
5ebd6f
\ No newline at end of file
5ebd6f
diff --git a/man/man8/genl.8 b/man/man8/genl.8
5ebd6f
new file mode 100644
5ebd6f
index 0000000..b3e8f98
5ebd6f
--- /dev/null
5ebd6f
+++ b/man/man8/genl.8
5ebd6f
@@ -0,0 +1,36 @@
5ebd6f
+.TH GENL 8
5ebd6f
+.SH NAME
5ebd6f
+genl \- generic netlink utility frontend
5ebd6f
+.SH SYNOPSIS
5ebd6f
+.B genl
5ebd6f
+.RI [ options ] { ctrl } [ help ]
5ebd6f
+.SH DESCRIPTION
5ebd6f
+This manual page documents briefly the
5ebd6f
+.B genl
5ebd6f
+command.
5ebd6f
+.PP
5ebd6f
+\fBgenl\fP utility provides a simple frontend to the generic netlink library.
5ebd6f
+.SH OPTIONS
5ebd6f
+genl supports the following options.
5ebd6f
+.TP
5ebd6f
+.B \-h, \-help
5ebd6f
+Show summary of options.
5ebd6f
+.TP
5ebd6f
+.B \-V, \-Version
5ebd6f
+Show version of program.
5ebd6f
+.TP
5ebd6f
+.B \-s, \-stats, \-statistics
5ebd6f
+Show object statistics.
5ebd6f
+.TP
5ebd6f
+.B \-d, \-details
5ebd6f
+Show object details.
5ebd6f
+.TP
5ebd6f
+.B \-r, \-raw
5ebd6f
+Dump raw output only.
5ebd6f
+.SH SEE ALSO
5ebd6f
+.BR ip (8)
5ebd6f
+.br
5ebd6f
+.SH AUTHOR
5ebd6f
+genl was written by Jamal Hadi Salim <hadi@cyberus.ca>.
5ebd6f
+.PP
5ebd6f
+This manual page was written by Petr Sabata <contyk@redhat.com>.
5ebd6f
diff --git a/man/man8/ifcfg.8 b/man/man8/ifcfg.8
5ebd6f
new file mode 100644
5ebd6f
index 0000000..a6b585e
5ebd6f
--- /dev/null
5ebd6f
+++ b/man/man8/ifcfg.8
5ebd6f
@@ -0,0 +1,57 @@
5ebd6f
+.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
5ebd6f
+.SH NAME
5ebd6f
+ifcfg \- simplistic script which replaces ifconfig IP managment
5ebd6f
+.SH SYNOPSIS
5ebd6f
+.ad l
5ebd6f
+.in +8
5ebd6f
+.ti -8
5ebd6f
+.B ifcfg
5ebd6f
+.RI "[ " DEVICE " [ " :ALIAS: " ] ] [ " command " ] " ADDRESS " [ " LENGTH " ] [ " PEER " ] "
5ebd6f
+.sp
5ebd6f
+
5ebd6f
+.SH DESCRIPTION
5ebd6f
+This manual page documents briefly the
5ebd6f
+.B ifcfg
5ebd6f
+command.
5ebd6f
+.PP
5ebd6f
+This is a simplistic script replacing one option of 
5ebd6f
+.B ifconfig
5ebd6f
+, namely, IP address management. It not only adds
5ebd6f
+addresses, but also carries out Duplicate Address Detection RFC-DHCP,
5ebd6f
+sends unsolicited ARP to update the caches of other hosts sharing
5ebd6f
+the interface, adds some control routes and restarts Router Discovery
5ebd6f
+when it is necessary.
5ebd6f
+
5ebd6f
+I strongly recommend using it 
5ebd6f
+.RI instead
5ebd6f
+of
5ebd6f
+.RI ifconfig
5ebd6f
+both on hosts and on routers.
5ebd6f
+
5ebd6f
+.SH IFCONFIG - COMMAND SYNTAX
5ebd6f
+
5ebd6f
+.SS
5ebd6f
+.TP
5ebd6f
+.B DEVICE
5ebd6f
+- it may have alias, suffix, separated by colon.
5ebd6f
+
5ebd6f
+.TP
5ebd6f
+.B command
5ebd6f
+- add, delete or stop.
5ebd6f
+
5ebd6f
+.TP
5ebd6f
+.B address
5ebd6f
+- optionally followed by prefix length.
5ebd6f
+
5ebd6f
+.TP
5ebd6f
+.B peer
5ebd6f
+- optional peer address for pointpoint interfaces.
5ebd6f
+
5ebd6f
+.SH EXAMPLE
5ebd6f
+.nf ifcfg eth0 193.233.7.90/24
5ebd6f
+.fi
5ebd6f
+This function determines, whether this is router or host.
5ebd6f
+It returns 0, if the host is apparently not router.
5ebd6f
+
5ebd6f
+.SH SEE ALSO
5ebd6f
+.BR ip-cref.dvi
5ebd6f
diff --git a/man/man8/ifstat.8 b/man/man8/ifstat.8
5ebd6f
new file mode 100644
5ebd6f
index 0000000..042dd3e
5ebd6f
--- /dev/null
5ebd6f
+++ b/man/man8/ifstat.8
5ebd6f
@@ -0,0 +1,54 @@
5ebd6f
+.TH IFSTAST 8
5ebd6f
+.SH NAME
5ebd6f
+ifstat \- handy utility to read net interface statistics
5ebd6f
+.SH SYNOPSIS
5ebd6f
+.B ifstat
5ebd6f
+.RI [ options ]
5ebd6f
+.RI [ interface
5ebd6f
+.RI [ interface
5ebd6f
+.RI [ ... ] ] ]
5ebd6f
+.SH DESCRIPTION
5ebd6f
+This manual page documents briefly the
5ebd6f
+.B ifstat
5ebd6f
+command.
5ebd6f
+.PP
5ebd6f
+\fBifstat\fP neatly prints out network interface statistics.
5ebd6f
+The utility keeps records of the previous data displayed in history files and by default only shows difference between the last and the current call.  Location of the history files defaults to /tmp/.ifstat.u$UID but may be overridden with the IFSTAT_HISTORY environment variable.
5ebd6f
+.SH OPTIONS
5ebd6f
+.TP
5ebd6f
+.B \-h, \-\-help
5ebd6f
+Show summary of options.
5ebd6f
+.TP
5ebd6f
+.B \-V, \-\-version
5ebd6f
+Show version of program.
5ebd6f
+.TP
5ebd6f
+.B \-a, \-\-ignore
5ebd6f
+Ignore the history file.
5ebd6f
+.TP
5ebd6f
+.B \-d, \-\-scan=SECS
5ebd6f
+Sample statistics every SECS second.
5ebd6f
+.TP
5ebd6f
+.B \-e, \-\-errors
5ebd6f
+Show errors.
5ebd6f
+.TP
5ebd6f
+.B \-n, \-\-nooutput
5ebd6f
+Don't display any output.  Update the history file only.
5ebd6f
+.TP
5ebd6f
+.B \-r, \-\-reset
5ebd6f
+Reset history.
5ebd6f
+.TP
5ebd6f
+.B \-s, \-\-noupdate
5ebd6f
+Don't update the history file.
5ebd6f
+.TP
5ebd6f
+.B \-t, \-\-interval=SECS
5ebd6f
+Report average over the last SECS seconds.
5ebd6f
+.TP
5ebd6f
+.B \-z, \-\-zeros
5ebd6f
+Show entries with zero activity.
5ebd6f
+.SH SEE ALSO
5ebd6f
+.BR ip (8)
5ebd6f
+.br
5ebd6f
+.SH AUTHOR
5ebd6f
+ifstat was written by Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>.
5ebd6f
+.PP
5ebd6f
+This manual page was written by Petr Sabata <contyk@redhat.com>.
5ebd6f
diff --git a/man/man8/ss.8 b/man/man8/ss.8
5ebd6f
index e55dd0c..70ed85c 100644
5ebd6f
--- a/man/man8/ss.8
5ebd6f
+++ b/man/man8/ss.8
5ebd6f
@@ -116,7 +116,7 @@ Find all local processes connected to X server.
5ebd6f
 List all the tcp sockets in state FIN-WAIT-1 for our apache to network 193.233.7/24 and look at their timers.
5ebd6f
 .SH SEE ALSO
5ebd6f
 .BR ip (8),
5ebd6f
-.BR /usr/share/doc/iproute-doc/ss.html " (package iprouteĀ­doc)"
5ebd6f
+.BR /usr/share/doc/iproute-doc-_VERSION_/ss.ps " (package iproute-doc)"
5ebd6f
 .SH AUTHOR
5ebd6f
 .I ss 
5ebd6f
 was written by Alexey Kuznetosv, <kuznet@ms2.inr.ac.ru>.
5ebd6f
-- 
5ebd6f
1.8.3.1
5ebd6f