proper keys in manual pages

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@398 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-24 23:51:53 +00:00
parent 00402a2f01
commit 7bbc577fc0
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ A single dash represents the standard input.
.SH EXAMPLES
Decode the BER sequence and immediately encode it back
.Vb
\& enber \fB-p\fR \fIfilename.ber\fR | unber \fB-\fR > \fIreconstructed.ber\fR
\& unber \fB-p\fR \fIfilename.ber\fR | enber \fB-\fR > \fIreconstructed.ber\fR
.Ve
.SH SEE ALSO
.TP

View File

@ -86,7 +86,7 @@ Decode the binary stream taken from the standard input:
.Ve
Decode the binary stream into the same stream (see \fIenber\fR\|(1)):
.Vb
\& cat \fI...\fR | unber \fB-\fR | enber \fB-\fR > filename.ber\fI\fR
\& cat \fI...\fR | unber \fB-p\fR \fB-\fR | enber \fB-\fR > filename.ber\fI\fR
.Ve
.SH SEE ALSO
.TP