Commit cb9792d9 authored by Lev Walkin's avatar Lev Walkin

proper keys in manual pages

parent fcf97b36
...@@ -20,7 +20,7 @@ A single dash represents the standard input. ...@@ -20,7 +20,7 @@ A single dash represents the standard input.
.SH EXAMPLES .SH EXAMPLES
Decode the BER sequence and immediately encode it back Decode the BER sequence and immediately encode it back
.Vb .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 .Ve
.SH SEE ALSO .SH SEE ALSO
.TP .TP
......
...@@ -86,7 +86,7 @@ Decode the binary stream taken from the standard input: ...@@ -86,7 +86,7 @@ Decode the binary stream taken from the standard input:
.Ve .Ve
Decode the binary stream into the same stream (see \fIenber\fR\|(1)): Decode the binary stream into the same stream (see \fIenber\fR\|(1)):
.Vb .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 .Ve
.SH SEE ALSO .SH SEE ALSO
.TP .TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment