1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

typos from Jared Yanovich, slightly ammended;

This commit is contained in:
jmc 2003-10-20 21:10:19 +00:00
parent 855e198a9d
commit e805701b66
6 changed files with 11 additions and 11 deletions

View File

@ -98,7 +98,7 @@ hashtabsearch(Hashtab * htab, void *ptr)
/* add element to hash table */
/* if already there, set new value */
/* !NULL if succesful */
/* !NULL if successful */
void *
hashtabadd(Hashtab * htab, void *ptr)

View File

@ -1,4 +1,4 @@
/* $OpenBSD: privs.h,v 1.7 2003/02/20 20:38:08 millert Exp $ */
/* $OpenBSD: privs.h,v 1.8 2003/10/20 21:10:19 jmc Exp $ */
/*
* privs.h - header for privileged operations
@ -34,7 +34,7 @@
* with the option of getting them back later. This is done by
* utilizing POSIX saved user and groups ids (or setreuid amd setregid if
* POSIX saved ids are not available). Call RELINQUISH_PRIVS once
* at the beginning of the main program. This will cause all operatons
* at the beginning of the main program. This will cause all operations
* to be executed with the real userid. When you need the privileges
* of the setuid/setgid invocation, call PRIV_START; when you no longer
* need it, call PRIV_END. Note that it is an error to call PRIV_START

View File

@ -1,4 +1,4 @@
/* $OpenBSD: aucat.c,v 1.8 2003/07/10 00:06:50 david Exp $ */
/* $OpenBSD: aucat.c,v 1.9 2003/10/20 21:10:19 jmc Exp $ */
/*
* Copyright (c) 1997 Kenneth Stailey. All rights reserved.
*
@ -38,7 +38,7 @@
#include <err.h>
/*
* aucat: concatinate and play Sun 8-bit .au files
* aucat: concatenate and play Sun 8-bit .au files
*/
int playfile(int, char *);

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: nfsstat.1,v 1.10 2003/06/03 02:56:13 millert Exp $
.\" $OpenBSD: nfsstat.1,v 1.11 2003/10/20 21:10:19 jmc Exp $
.\" $NetBSD: nfsstat.1,v 1.8 1996/03/03 17:21:28 thorpej Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@ -50,7 +50,7 @@ statistics
displays statistics kept about
.Tn NFS
client and server activity.
If niether
If neither
.Fl M
nor
.Fl N

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: skeyprune.8,v 1.9 2003/06/10 18:25:33 millert Exp $
.\" $OpenBSD: skeyprune.8,v 1.10 2003/10/20 21:10:19 jmc Exp $
.\"
.\" Copyright (c) 1996, 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@ -19,7 +19,7 @@
.Os
.Sh NAME
.Nm skeyprune
.Nd prune zeroed and old entries from S/Key databse
.Nd prune zeroed and old entries from S/Key database
.Sh SYNOPSIS
.Nm skeyprune
.Op Ar days

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: whois.1,v 1.23 2003/10/12 13:26:09 jmc Exp $
.\" $OpenBSD: whois.1,v 1.24 2003/10/20 21:10:19 jmc Exp $
.\" $NetBSD: whois.1,v 1.5 1995/08/31 21:51:32 jtc Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
@ -182,7 +182,7 @@ port listed in
Do a quick lookup.
This means that
.Nm
will not attempt to lookup the name in the authoratative whois
will not attempt to lookup the name in the authoritative whois
server (if one is listed) nor will it contact InterNic if a lookup
fails.
This flag has no effect when combined with any other flag.