summaryrefslogtreecommitdiffstats
path: root/man/oh-strip.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/oh-strip.1.in')
-rw-r--r--man/oh-strip.1.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/oh-strip.1.in b/man/oh-strip.1.in
index a3e01ef..355ead6 100644
--- a/man/oh-strip.1.in
+++ b/man/oh-strip.1.in
@@ -1,16 +1,22 @@
.\" Author: Patrick "P. J." McDermott
-.TH oh-strip 1 "2012-01-20" "opkhelper-0.1.0" "opkg Build Helper Tools"
+
+.TH oh-strip 1 \
+"2012-03-21" "@@PACKAGE@@-@@VERSION@@" "opkg Build Helper Tools"
+
.SH NAME
oh-strip \- Strip binary objects of symbols.
+
.SH SYNOPSIS
.B oh-strip
.RB [ -g ]
.RB [ -l ]
.IR binaryfile ...
+
.SH DESCRIPTION
.B oh-strip
strips binary object files of symbols, optionally first copying debugging
symbols into a debugging object file.
+
.SH OPTIONS
.TP
.B \-g
@@ -22,6 +28,7 @@ to the debugging object file.
Treat
.I binaryfile
as a library.
+
.SH COPYRIGHT
Copyright (C) 2012 Patrick "P. J." McDermott
.sp