summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 01:05:10 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-16 01:05:10 (EDT)
commitccf2a0e2c3a36f94362cdcc5219fca6c7ccf79b7 (patch)
tree59a4de837440b578049cb8c0d90253db28cb4047 /man
parente3641422786a0d4613c572da415ae81bd08f7034 (diff)
man/o*: Update executable names and author name
Also remove trailing period in NAME section.
Diffstat (limited to 'man')
-rw-r--r--man/ob-applypatches.1in12
-rw-r--r--man/ob-buildopk.1in12
-rw-r--r--man/ob-checkbuilddeps.1in12
-rw-r--r--man/ob-gencontrol.1in12
-rw-r--r--man/ob-installdocs.1in12
-rw-r--r--man/ob-installplatconf.1in12
-rw-r--r--man/opkbuild.1in6
-rw-r--r--man/opkbuild.7in20
8 files changed, 49 insertions, 49 deletions
diff --git a/man/ob-applypatches.1in b/man/ob-applypatches.1in
index e94a3b1..815d94f 100644
--- a/man/ob-applypatches.1in
+++ b/man/ob-applypatches.1in
@@ -1,21 +1,21 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-applypatches 1 \
+.\" Author: Patrick McDermott
+.TH ob-applypatches 1 \
"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
.SH NAME
-oh-applypatches \- Apply patches to source code.
+ob-applypatches \- Apply patches to source code
.SH SYNOPSIS
-.B oh-applypatches
+.B ob-applypatches
.SH DESCRIPTION
-.B oh-applypatches
+.B ob-applypatches
applies to software source code any patch files found in the source package's
.I patches
directory. Patch files are applied in alphabetical order by name.
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/man/ob-buildopk.1in b/man/ob-buildopk.1in
index eec3ef7..82a8dec 100644
--- a/man/ob-buildopk.1in
+++ b/man/ob-buildopk.1in
@@ -1,17 +1,17 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-buildopk 1 \
+.\" Author: Patrick McDermott
+.TH ob-buildopk 1 \
"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
.SH NAME
-oh-buildopk \- Pack binary package files into an opk file.
+ob-buildopk \- Pack binary package files into an opk file
.SH SYNOPSIS
-.B oh-buildopk
+.B ob-buildopk
.BR -s \ |
.IR pkgname ...
.SH DESCRIPTION
-.B oh-buildopk
+.B ob-buildopk
packs files in a binary package staging area into an opk file.
.SH OPTIONS
@@ -20,7 +20,7 @@ packs files in a binary package staging area into an opk file.
Build an opk file for the binary package that contains source packaging.
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/man/ob-checkbuilddeps.1in b/man/ob-checkbuilddeps.1in
index a5acf2f..8e1d114 100644
--- a/man/ob-checkbuilddeps.1in
+++ b/man/ob-checkbuilddeps.1in
@@ -1,17 +1,17 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-checkbuilddeps 1 \
+.\" Author: Patrick McDermott
+.TH ob-checkbuilddeps 1 \
"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
.SH NAME
-oh-checkbuilddeps \- Make sure that package build dependencies are installed.
+ob-checkbuilddeps \- Make sure that package build dependencies are installed
.SH SYNOPSIS
-.B oh-checkbuilddeps
+.B ob-checkbuilddeps
.RB [ -s
.IR status-override ]
.SH DESCRIPTION
-.B oh-checkbuilddeps
+.B ob-checkbuilddeps
reads the `Build-Depends' field from the source package control and checks if
each package in the field value is installed.
@@ -37,7 +37,7 @@ is the version of the package.
.RE
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/man/ob-gencontrol.1in b/man/ob-gencontrol.1in
index 28a16f6..9fd7219 100644
--- a/man/ob-gencontrol.1in
+++ b/man/ob-gencontrol.1in
@@ -1,17 +1,17 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-gencontrol 1 \
+.\" Author: Patrick McDermott
+.TH ob-gencontrol 1 \
"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
.SH NAME
-oh-gencontrol \- Generates a control directory with a control file and scripts.
+ob-gencontrol \- Generates a control directory with a control file and scripts
.SH SYNOPSIS
-.B oh-gencontrol
+.B ob-gencontrol
.BR -s \ |
.IR pkgname ...
.SH DESCRIPTION
-.B oh-gencontrol
+.B ob-gencontrol
makes a control directory for a package and populates it with the package's
maintainer scripts and a generated control file.
@@ -22,7 +22,7 @@ Generate a control directory for the binary package that contains source
packaging.
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/man/ob-installdocs.1in b/man/ob-installdocs.1in
index ce53add..9f47d72 100644
--- a/man/ob-installdocs.1in
+++ b/man/ob-installdocs.1in
@@ -1,17 +1,17 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-installdocs 1 \
+.\" Author: Patrick McDermott
+.TH ob-installdocs 1 \
"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
.SH NAME
-oh-installdocs \- Install package documentation into a binary package staging
+ob-installdocs \- Install package documentation into a binary package staging
area.
.SH SYNOPSIS
-.B oh-installdocs
+.B ob-installdocs
.IR providing_pkg
.SH DESCRIPTION
-.B oh-installdocs
+.B ob-installdocs
copies package documentation files from the source package directory to the
staging area of the providing binary package and makes links in all other binary
packages to the provided documentation files. The providing binary package
@@ -19,7 +19,7 @@ should be depended on by all other binary packages built by the same source
package.
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/man/ob-installplatconf.1in b/man/ob-installplatconf.1in
index 4f2843a..5fd248e 100644
--- a/man/ob-installplatconf.1in
+++ b/man/ob-installplatconf.1in
@@ -1,21 +1,21 @@
-.\" Author: Patrick "P. J." McDermott
-.TH oh-copyconfig 1 \
+.\" Author: Patrick McDermott
+.TH ob-installplatconf 1 \
"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
.SH NAME
-oh-copyconfig \- Copy build-time or run-time platform configuration files.
+ob-installplatconf \- Copy build-time or run-time platform configuration files
.SH SYNOPSIS
-.B oh-copyconfig
+.B ob-installplatconf
.SH DESCRIPTION
-.B oh-copyconfig
+.B ob-installplatconf
reads the
.I config
file in the source package and copies all listed platform configuration files.
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/man/opkbuild.1in b/man/opkbuild.1in
index fa07545..17bc89e 100644
--- a/man/opkbuild.1in
+++ b/man/opkbuild.1in
@@ -1,4 +1,4 @@
-.\" Author: Patrick "P. J." McDermott
+.\" Author: Patrick McDermott
.TH opkbuild 1 \
"2012-05-22" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
@@ -51,7 +51,7 @@ A path to a file with a list of package names and versions to override that
reported by
.BR opkg .
See
-.B oh-checkbuilddeps(1)
+.B ob-checkbuilddeps(1)
for the syntax of this file.
.TP
.BI \-d
@@ -61,7 +61,7 @@ Start a debugging shell if the package build fails.
Output version information and exit.
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/man/opkbuild.7in b/man/opkbuild.7in
index 0d1f7e0..9b7e39f 100644
--- a/man/opkbuild.7in
+++ b/man/opkbuild.7in
@@ -1,4 +1,4 @@
-.\" Author: Patrick "P. J." McDermott
+.\" Author: Patrick McDermott
.TH opkhelper 7 \
"@@DATE@@" "@@PACKAGE_NAME@@-@@PACKAGE_VERSION@@" "opkg Build Helper Tools"
@@ -37,53 +37,53 @@ Build opkg packages.
.sp
Executed by the user to begin building packages.
.TP
-.B oh-checkbuilddeps(1)
+.B ob-checkbuilddeps(1)
Make sure that package build dependencies are installed.
.sp
Executed by
.BR opkbuild(1) .
.TP
-.B oh-applypatches(1)
+.B ob-applypatches(1)
Apply patches to source code.
.sp
Executed by
.BR opkbuild(1) .
.TP
-.B oh-copyconfig(1)
+.B ob-installplatconf(1)
Copy build-time or run-time platform configuration files.
.sp
Executed by
.BR opkbuild(1) .
.TP
-.B oh-strip(1)
+.B ob-strip(1)
Strip binary objects of symbols.
.sp
Generally executed by package
.I build
files.
.TP
-.B oh-installfiles(1)
+.B ob-installfiles(1)
Install files into a binary package staging area.
.sp
Generally executed by package
.I build
files.
.TP
-.B oh-installdocs(1)
+.B ob-installdocs(1)
Install package documentation into a binary package staging area.
.sp
Generally executed by package
.I build
files.
.TP
-.B oh-gencontrol(1)
+.B ob-gencontrol(1)
Generates a control directory with a control file and scripts.
.sp
Generally executed by package
.I build
files.
.TP
-.B oh-buildopk(1)
+.B ob-buildopk(1)
Pack binary package files into an opk file.
.sp
Generally executed by package
@@ -221,7 +221,7 @@ Cross toolchain prefix as used by kbuild.
This is deprecated.
.SH COPYRIGHT
-Copyright (C) 2012 Patrick "P. J." McDermott
+Copyright (C) 2012 Patrick McDermott
.sp
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by