diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
tree | f412dafc7d29429919e8770cdefeb37441fc1299 /include/rpcsvc | |
parent | 3724136741436462897ae060c5547c43f8953e54 (diff) |
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
Notes
Notes:
svn path=/head/; revision=108533
Diffstat (limited to 'include/rpcsvc')
-rw-r--r-- | include/rpcsvc/nis.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcsvc/nis.x b/include/rpcsvc/nis.x index 748caf64b5fb..c1c4851e60d3 100644 --- a/include/rpcsvc/nis.x +++ b/include/rpcsvc/nis.x @@ -192,7 +192,7 @@ struct ping_args { /* * These are the type of entries that are stored in the transaction log, * note that modifications will appear as two entries, for names, they have - * a "OLD" entry followed by a "NEW" entry. For entries in tables, there + * an "OLD" entry followed by a "NEW" entry. For entries in tables, there * is a remove followed by an add. It is done this way so that we can read * the log backwards to back out transactions and forwards to propogate * updated. |