diff options
author | P. J. McDermott <pjm@nac.net> | 2012-03-21 02:42:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-03-21 02:42:43 (EDT) |
commit | 2972d2b74512aa3ec50d6db24392ab150d7f2d06 (patch) | |
tree | 79a0370bd88b9e83abed65ae76ae61bcb228f67c /man/oh-buildopk.1.in | |
parent | 9f73d6a876b548a4c3d27f8d6e56efa4d411c0ef (diff) |
Improve format of and use macros in manual pages.
Diffstat (limited to 'man/oh-buildopk.1.in')
-rw-r--r-- | man/oh-buildopk.1.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/oh-buildopk.1.in b/man/oh-buildopk.1.in index 69cb47b..92b1b6e 100644 --- a/man/oh-buildopk.1.in +++ b/man/oh-buildopk.1.in @@ -1,18 +1,25 @@ .\" Author: Patrick "P. J." McDermott -.TH oh-buildopk 1 "2012-01-20" "opkhelper-0.1.0" "opkg Build Helper Tools" + +.TH oh-buildopk 1 \ +"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools" + .SH NAME oh-buildopk \- Pack binary package files into an opk file. + .SH SYNOPSIS .B oh-buildopk .BR -s \ | .IR pkgname ... + .SH DESCRIPTION .B oh-buildopk packs files in a binary package staging area into an opk file. + .SH OPTIONS .TP .B \-s Build an opk file for the binary package that contains source packaging. + .SH COPYRIGHT Copyright (C) 2012 Patrick "P. J." McDermott .sp |