From ccf2a0e2c3a36f94362cdcc5219fca6c7ccf79b7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Mar 2019 01:05:10 -0400 Subject: man/o*: Update executable names and author name Also remove trailing period in NAME section. --- (limited to 'man/opkbuild.7in') 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 -- cgit v0.9.1