diff options
Diffstat (limited to 'lib/libc/sys/fhopen.2')
-rw-r--r-- | lib/libc/sys/fhopen.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2 index 2bbb42b6b6ed..7f078df09faa 100644 --- a/lib/libc/sys/fhopen.2 +++ b/lib/libc/sys/fhopen.2 @@ -4,7 +4,7 @@ .\" All rights reserved. .\" .\" This software was written by William Studenmund of the -.\" Numerical Aerospace Similation Facility, NASA Ames Research Center. +.\" Numerical Aerospace Simulation Facility, NASA Ames Research Center. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -87,7 +87,7 @@ provide the functionality of the .Xr fstat 2 and .Xr fstatfs 2 -calls except that they return information for the file refered to by +calls except that they return information for the file referred to by .Fa fhp rather than an open file. .Sh RETURN VALUES @@ -105,7 +105,7 @@ In addition to the errors returned by .Xr fstat 2 , and .Xr fstatfs 2 -respectivly, +respectively, .Fn fhopen , .Fn fhstat , and |