- jmc@cvs.openbsd.org 2013/01/19 07:13:25

[ssh-keygen.1]
     fix some formatting; ok djm
This commit is contained in:
Damien Miller 2013-01-20 22:35:06 +11:00
parent 881a7a2c5d
commit a0a7ee8bf4
2 changed files with 6 additions and 3 deletions

View File

@ -18,6 +18,9 @@
- jmc@cvs.openbsd.org 2013/01/18 21:48:43 - jmc@cvs.openbsd.org 2013/01/18 21:48:43
[ssh-keygen.1] [ssh-keygen.1]
command-line (adj.) -> command line (n.); command-line (adj.) -> command line (n.);
- jmc@cvs.openbsd.org 2013/01/19 07:13:25
[ssh-keygen.1]
fix some formatting; ok djm
20130118 20130118
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-keygen.1,v 1.114 2013/01/18 21:48:43 jmc Exp $ .\" $OpenBSD: ssh-keygen.1,v 1.115 2013/01/19 07:13:25 jmc Exp $
.\" .\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -35,7 +35,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: January 18 2013 $ .Dd $Mdocdate: January 19 2013 $
.Dt SSH-KEYGEN 1 .Dt SSH-KEYGEN 1
.Os .Os
.Sh NAME .Sh NAME
@ -713,7 +713,7 @@ certificate on hand.
A KRL specification consists of lines containing one of the following directives A KRL specification consists of lines containing one of the following directives
followed by a colon and some directive-specific information. followed by a colon and some directive-specific information.
.Bl -tag -width Ds .Bl -tag -width Ds
.It Cm serial : Ar serial_number Op -serial_number .It Cm serial : Ar serial_number Ns Op - Ns Ar serial_number
Revokes a certificate with the specified serial number. Revokes a certificate with the specified serial number.
Serial numbers are 64-bit values, not including zero and may be expressed Serial numbers are 64-bit values, not including zero and may be expressed
in decimal, hex or octal. in decimal, hex or octal.