summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-30 21:28:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-30 21:28:43 +0000
commit0916759573cff90002b985a84370b5c3d78fefea (patch)
treefcef5a93a8eeb61a037c67036d7505434e807f23 /share/man
parent9800cf806a4cf6702bf6dfd72b820e81e480ffe7 (diff)
remove trailing whitespace;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/VOP_GETATTR.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_GETATTR.9 b/share/man/man9/VOP_GETATTR.9
index e25e9393f14..55b68d4a9fd 100644
--- a/share/man/man9/VOP_GETATTR.9
+++ b/share/man/man9/VOP_GETATTR.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: VOP_GETATTR.9,v 1.1 2005/10/30 20:02:24 pedro Exp $
+.\" $OpenBSD: VOP_GETATTR.9,v 1.2 2005/10/30 21:28:42 jmc Exp $
.\"
.\" Copyright (c) 2005 Pedro Martelletto <pedro@openbsd.org>
.\" All rights reserved.
@@ -54,8 +54,8 @@ struct vattr {
enum vtype va_type; /* vnode type */
mode_t va_mode; /* files access mode and type */
nlink_t va_nlink; /* number of references */
- uid_t va_uid; /* owner user id */
- gid_t va_gid; /* owner group id */
+ uid_t va_uid; /* owner user id */
+ gid_t va_gid; /* owner group id */
long va_fsid; /* file system id */
long va_fileid; /* file id */
u_quad_t va_size; /* file size in bytes */