1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

- simplify SYNOPSIS

- sync usage()
This commit is contained in:
jmc 2005-07-06 21:50:24 +00:00
parent 9e49c7e506
commit 3789a8615e
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: skeyaudit.1,v 1.11 2003/04/30 18:40:28 millert Exp $
.\" $OpenBSD: skeyaudit.1,v 1.12 2005/07/06 21:50:24 jmc Exp $
.\"
.Dd July 22, 1997
.Dt SKEYAUDIT 1
@ -8,8 +8,7 @@
.Nd warn users if their S/Key will soon expire
.Sh SYNOPSIS
.Nm skeyaudit
.Op Fl a
.Op Fl i
.Op Fl ai
.Op Fl l Ar limit
.Sh DESCRIPTION
.Nm

View File

@ -1,4 +1,4 @@
/* $OpenBSD: skeyaudit.c,v 1.20 2003/06/03 01:52:41 millert Exp $ */
/* $OpenBSD: skeyaudit.c,v 1.21 2005/07/06 21:50:24 jmc Exp $ */
/*
* Copyright (c) 1997, 2000, 2003 Todd C. Miller <Todd.Miller@courtesan.com>
@ -222,7 +222,7 @@ usage(void)
{
extern char *__progname;
(void)fprintf(stderr, "Usage: %s [-a] [-i] [-l limit]\n",
(void)fprintf(stderr, "Usage: %s [-ai] [-l limit]\n",
__progname);
exit(1);
}