[openbsc] 04/04: Added "empty" man pages for all binaries

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Feb 20 08:50:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openbsc.

commit 69d1534000e8be3a9f74fcd9154be42b16a84e58
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Feb 20 09:47:21 2016 +0100

    Added "empty" man pages for all binaries
---
 debian/man/bs11_config.txt             | 20 ++++++++++++++++++++
 debian/man/genmanpages.sh              | 10 ++++++++++
 debian/man/ipaccess-config.txt         | 20 ++++++++++++++++++++
 debian/man/ipaccess-find.txt           | 20 ++++++++++++++++++++
 debian/man/ipaccess-proxy.txt          | 20 ++++++++++++++++++++
 debian/man/isdnsync.txt                | 20 ++++++++++++++++++++
 debian/man/osmo-bsc_mgcp.txt           | 20 ++++++++++++++++++++
 debian/man/osmo-bsc_nat.txt            | 20 ++++++++++++++++++++
 debian/man/osmo-gbproxy.txt            | 20 ++++++++++++++++++++
 debian/man/osmo-nitb.txt               | 20 ++++++++++++++++++++
 debian/man/osmo-sgsn.txt               | 20 ++++++++++++++++++++
 debian/osmocom-bs11-utils.manpages     |  2 ++
 debian/osmocom-bsc-nat.manpages        |  1 +
 debian/osmocom-bsc.manpages            |  2 ++
 debian/osmocom-gbproxy.manpages        |  1 +
 debian/osmocom-ipaccess-utils.manpages |  3 +++
 debian/osmocom-nitb.manpages           |  1 +
 debian/osmocom-sgsn.manpages           |  1 +
 18 files changed, 221 insertions(+)

diff --git a/debian/man/bs11_config.txt b/debian/man/bs11_config.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/bs11_config.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/genmanpages.sh b/debian/man/genmanpages.sh
index 4642f42..6af8224 100755
--- a/debian/man/genmanpages.sh
+++ b/debian/man/genmanpages.sh
@@ -2,3 +2,13 @@
 
 
 txt2man -d "${CHANGELOG_DATE}" -t OSMO-BSC               -s 1 osmo-bsc.txt             > osmo-bsc.1
+txt2man -d "${CHANGELOG_DATE}" -t OSMO-BSC_MGCP          -s 1 osmo-bsc_mgcp.txt        > osmo-bsc_mgcp.1
+txt2man -d "${CHANGELOG_DATE}" -t OSMO-GBPROXY           -s 1 osmo-gbproxy.txt         > osmo-gbproxy.1
+txt2man -d "${CHANGELOG_DATE}" -t OSMO-SGSN              -s 1 osmo-sgsn.txt            > osmo-sgsn.1
+txt2man -d "${CHANGELOG_DATE}" -t IPACCESS-CONFIG        -s 1 ipaccess-config.txt      > ipaccess-config.1
+txt2man -d "${CHANGELOG_DATE}" -t IPACCESS-FIND          -s 1 ipaccess-find.txt        > ipaccess-find.1
+txt2man -d "${CHANGELOG_DATE}" -t IPACCESS-PROXY         -s 1 ipaccess-proxy.txt       > ipaccess-proxy.1
+txt2man -d "${CHANGELOG_DATE}" -t BS11_CONFIG            -s 1 bs11_config.txt          > bs11_config.1
+txt2man -d "${CHANGELOG_DATE}" -t ISDNSYNC               -s 1 isdnsync.txt             > isdnsync.1
+txt2man -d "${CHANGELOG_DATE}" -t OSMO_NITB              -s 1 osmo-nitb.txt            > osmo-nitb.1
+txt2man -d "${CHANGELOG_DATE}" -t OSMO-BSC_NAT           -s 1 osmo-bsc_nat.txt         > osmo-bsc_nat.1
diff --git a/debian/man/ipaccess-config.txt b/debian/man/ipaccess-config.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/ipaccess-config.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/ipaccess-find.txt b/debian/man/ipaccess-find.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/ipaccess-find.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/ipaccess-proxy.txt b/debian/man/ipaccess-proxy.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/ipaccess-proxy.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/isdnsync.txt b/debian/man/isdnsync.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/isdnsync.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/osmo-bsc_mgcp.txt b/debian/man/osmo-bsc_mgcp.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/osmo-bsc_mgcp.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/osmo-bsc_nat.txt b/debian/man/osmo-bsc_nat.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/osmo-bsc_nat.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/osmo-gbproxy.txt b/debian/man/osmo-gbproxy.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/osmo-gbproxy.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/osmo-nitb.txt b/debian/man/osmo-nitb.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/osmo-nitb.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/man/osmo-sgsn.txt b/debian/man/osmo-sgsn.txt
new file mode 100644
index 0000000..03889b7
--- /dev/null
+++ b/debian/man/osmo-sgsn.txt
@@ -0,0 +1,20 @@
+NAME
+  osmo-bsc - Osmocom BSC
+
+SYNOPSIS
+  osmo-bsc [options]
+
+
+OPTIONS
+  -h    help
+
+Various options:
+
+ 
+
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
+
+
+
diff --git a/debian/osmocom-bs11-utils.manpages b/debian/osmocom-bs11-utils.manpages
new file mode 100644
index 0000000..f40a674
--- /dev/null
+++ b/debian/osmocom-bs11-utils.manpages
@@ -0,0 +1,2 @@
+debian/man/bs11_config.1
+debian/man/isdnsync.1
diff --git a/debian/osmocom-bsc-nat.manpages b/debian/osmocom-bsc-nat.manpages
new file mode 100644
index 0000000..27edff9
--- /dev/null
+++ b/debian/osmocom-bsc-nat.manpages
@@ -0,0 +1 @@
+debian/man/osmo-bsc_nat.1
diff --git a/debian/osmocom-bsc.manpages b/debian/osmocom-bsc.manpages
new file mode 100644
index 0000000..c5553cb
--- /dev/null
+++ b/debian/osmocom-bsc.manpages
@@ -0,0 +1,2 @@
+debian/man/osmo-bsc.1
+debian/man/osmo-bsc_mgcp.1
diff --git a/debian/osmocom-gbproxy.manpages b/debian/osmocom-gbproxy.manpages
new file mode 100644
index 0000000..76ad847
--- /dev/null
+++ b/debian/osmocom-gbproxy.manpages
@@ -0,0 +1 @@
+debian/man/osmo-gbproxy.1
diff --git a/debian/osmocom-ipaccess-utils.manpages b/debian/osmocom-ipaccess-utils.manpages
new file mode 100644
index 0000000..210681b
--- /dev/null
+++ b/debian/osmocom-ipaccess-utils.manpages
@@ -0,0 +1,3 @@
+debian/man/ipaccess-config.1
+debian/man/ipaccess-find.1
+debian/man/ipaccess-proxy.1
diff --git a/debian/osmocom-nitb.manpages b/debian/osmocom-nitb.manpages
new file mode 100644
index 0000000..e41ca98
--- /dev/null
+++ b/debian/osmocom-nitb.manpages
@@ -0,0 +1 @@
+debian/man/osmo-nitb.1
diff --git a/debian/osmocom-sgsn.manpages b/debian/osmocom-sgsn.manpages
new file mode 100644
index 0000000..ed24770
--- /dev/null
+++ b/debian/osmocom-sgsn.manpages
@@ -0,0 +1 @@
+debian/man/osmo-sgsn.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openbsc.git



More information about the debian-science-commits mailing list