diff options
author | rob <rob@cvs.openbsd.org> | 2021-01-03 18:10:28 +0000 |
---|---|---|
committer | rob <rob@cvs.openbsd.org> | 2021-01-03 18:10:28 +0000 |
commit | 89db4bddd0b18060bb4d0058660f77c0dc28b72f (patch) | |
tree | 7355ce21c8c154e15b3f002a9222076c13b602a7 /lib/libc/sys/statfs.2 | |
parent | 6d0e9cbf073f6e967dce20fa2c36cc304fc48ead (diff) |
Make consistent reference to pathname.
OK schwarze@, jmc@, deraadt@
Diffstat (limited to 'lib/libc/sys/statfs.2')
-rw-r--r-- | lib/libc/sys/statfs.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index b7208ab0ec9..f3f2b95db9b 100644 --- a/lib/libc/sys/statfs.2 +++ b/lib/libc/sys/statfs.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: statfs.2,v 1.26 2018/04/27 13:42:08 guenther Exp $ +.\" $OpenBSD: statfs.2,v 1.27 2021/01/03 18:10:27 rob Exp $ .\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)statfs.2 8.3 (Berkeley) 2/11/94 .\" -.Dd $Mdocdate: April 27 2018 $ +.Dd $Mdocdate: January 3 2021 $ .Dt STATFS 2 .Os .Sh NAME @@ -48,7 +48,7 @@ .Fn statfs returns information about a mounted file system. .Fa path -is the path name of any file within the mounted file system. +is the pathname of any file within the mounted file system. .Fa buf is a pointer to a .Nm statfs |