summaryrefslogtreecommitdiffstats
path: root/man/opkbuild.7in
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/opkbuild.7in
parente3641422786a0d4613c572da415ae81bd08f7034 (diff)
man/o*: Update executable names and author name
Also remove trailing period in NAME section.
Diffstat (limited to 'man/opkbuild.7in')
-rw-r--r--man/opkbuild.7in20
1 files changed, 10 insertions, 10 deletions
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