`.Fn foo' -> `.Fn foo "void"' in SYNOPSIS.

This commit is contained in:
ad 2000-07-10 11:19:16 +00:00
parent 6d078c7044
commit e8362050a9
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pw_init.3,v 1.6 1999/11/19 23:29:47 kristerw Exp $
.\" $NetBSD: pw_init.3,v 1.7 2000/07/10 11:19:16 ad Exp $
.\"
.\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved.
@ -52,11 +52,11 @@
.Fd #include <pwd.h>
.Fd #include <util.h>
.Ft void
.Fn pw_init
.Fn pw_init "void"
.Ft void
.Fn pw_edit "int notsetuid" "const char *filename"
.Ft void
.Fn pw_prompt
.Fn pw_prompt "void"
.Ft void
.Fn pw_copy "int ffd" "int tfd" "struct passwd *pw" "struct passwd *old_pw"
.Ft int

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pw_lock.3,v 1.4 1998/02/05 18:52:30 perry Exp $
.\" $NetBSD: pw_lock.3,v 1.5 2000/07/10 11:19:16 ad Exp $
.\"
.\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved.
@ -50,9 +50,9 @@
.Ft int
.Fn pw_lock "int retries"
.Ft int
.Fn pw_mkdb
.Fn pw_mkdb "void"
.Ft void
.Fn pw_abort
.Fn pw_abort "void"
.Sh DESCRIPTION
The
.Fn pw_lock ,