diff options
author | 2012-01-14 13:31:32 +0000 | |
---|---|---|
committer | 2012-01-14 13:31:32 +0000 | |
commit | 16b2b9eaea340bf7d0ea5a0b018f9372c2f16162 (patch) | |
tree | 401218081613315cea906252c274fb8d4ba0eaa5 /lib/libc/string | |
parent | minor tweakage; (diff) | |
download | wireguard-openbsd-16b2b9eaea340bf7d0ea5a0b018f9372c2f16162.tar.xz wireguard-openbsd-16b2b9eaea340bf7d0ea5a0b018f9372c2f16162.zip |
grammar;
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/ffs.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index 2f39413a78b..eea0994cb19 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ffs.3,v 1.7 2012/01/14 12:42:31 espie Exp $ +.\" $OpenBSD: ffs.3,v 1.8 2012/01/14 13:31:32 jmc Exp $ .\" .Dd $Mdocdate: January 14 2012 $ .Dt FFS 3 @@ -52,7 +52,7 @@ A return value of 0 means that the argument was zero. .Sh STANDARDS The .Fn ffs -function conform to +function conforms to .St -p1003.1-2008 . .Sh HISTORY The |