Fixed bitrot in synopsis (some const poisoning had not reached here).

This commit is contained in:
Bruce Evans 1999-03-05 17:08:23 +00:00
parent efc96764e0
commit 19ee2ea58c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44488
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id$
.\" $Id: auth.3,v 1.1 1998/10/08 06:53:32 jkh Exp $
.\" "
.Dd October 7, 1998
.Os
@ -36,7 +36,7 @@
.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft char *
.Fn auth_getval "char *name"
.Fn auth_getval "const char *name"
.Pp
Link with
.Va -lutil

View File

@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: property.3,v 1.3 1998/10/14 11:04:36 jkh Exp $
.\" $Id: property.3,v 1.4 1998/11/22 13:20:09 jkh Exp $
.\" "
.Dd October 7, 1998
.Os
@ -39,7 +39,7 @@
.Ft properties
.Fn properties_read "int fd"
.Ft char *
.Fn property_find "properties list" "char *name"
.Fn property_find "properties list" "const char *name"
.Ft void
.Fn properties_free "properties list"
.Pp