Browse Source

in the SYNOPSIS, make void function arguments explicit

OPENBSD_5_9
schwarze 8 years ago
parent
commit
0f5a134fe9
2 changed files with 7 additions and 7 deletions
  1. +4
    -4
      src/lib/libutil/pw_init.3
  2. +3
    -3
      src/lib/libutil/pw_lock.3

+ 4
- 4
src/lib/libutil/pw_init.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pw_init.3,v 1.12 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: pw_init.3,v 1.13 2015/09/14 13:45:25 schwarze Exp $
.\" .\"
.\" Copyright (c) 1995 .\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: September 14 2015 $
.Dt PW_INIT 3 .Dt PW_INIT 3
.Os .Os
.Sh NAME .Sh NAME
@ -48,7 +48,7 @@
.In pwd.h .In pwd.h
.In util.h .In util.h
.Ft void .Ft void
.Fn pw_init
.Fn pw_init void
.Ft void .Ft void
.Fn pw_setdir "const char *directory" .Fn pw_setdir "const char *directory"
.Ft char * .Ft char *
@ -56,7 +56,7 @@
.Ft void .Ft void
.Fn pw_edit "int notsetuid" "const char *filename" .Fn pw_edit "int notsetuid" "const char *filename"
.Ft void .Ft void
.Fn pw_prompt
.Fn pw_prompt void
.Ft void .Ft void
.Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "const struct passwd *opw" .Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "const struct passwd *opw"
.Ft int .Ft int


+ 3
- 3
src/lib/libutil/pw_lock.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pw_lock.3,v 1.17 2015/01/15 19:06:32 schwarze Exp $
.\" $OpenBSD: pw_lock.3,v 1.18 2015/09/14 13:45:25 schwarze Exp $
.\" .\"
.\" Copyright (c) 1995 .\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: January 15 2015 $
.Dd $Mdocdate: September 14 2015 $
.Dt PW_LOCK 3 .Dt PW_LOCK 3
.Os .Os
.Sh NAME .Sh NAME
@ -46,7 +46,7 @@
.Ft int .Ft int
.Fn pw_mkdb "char *username" "int pwflags" .Fn pw_mkdb "char *username" "int pwflags"
.Ft void .Ft void
.Fn pw_abort
.Fn pw_abort void
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn pw_lock , .Fn pw_lock ,


Loading…
Cancel
Save