diff options
author | 2003-03-28 10:14:27 +0000 | |
---|---|---|
committer | 2003-03-28 10:14:27 +0000 | |
commit | e3e8bb2703eda8975e4e96d9a0b278ddcd891115 (patch) | |
tree | a1051dd1a4b294ef3b09e4bb0995cdd553c4ee56 /lib/libc | |
parent | - killed whitespace (diff) | |
download | wireguard-openbsd-e3e8bb2703eda8975e4e96d9a0b278ddcd891115.tar.xz wireguard-openbsd-e3e8bb2703eda8975e4e96d9a0b278ddcd891115.zip |
Ip -> IP;
ok miod@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/nfssvc.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2 index 8474c8a38d9..b6a610984d9 100644 --- a/lib/libc/sys/nfssvc.2 +++ b/lib/libc/sys/nfssvc.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfssvc.2,v 1.14 2003/02/27 07:55:34 jmc Exp $ +.\" $OpenBSD: nfssvc.2,v 1.15 2003/03/28 10:14:27 jmc Exp $ .\" $NetBSD: nfssvc.2,v 1.6 1995/02/27 12:35:08 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -144,7 +144,7 @@ and a pointer to a struct nfsd_srvargs { struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */ uid_t nsd_uid; /* Effective uid mapped to cred */ - u_int32_t nsd_haddr; /* Ip address of client */ + u_int32_t nsd_haddr; /* IP address of client */ struct ucred nsd_cr; /* Cred. uid maps to */ int nsd_authlen; /* Length of auth string (ret) */ u_char *nsd_authstr; /* Auth string (ret) */ |