diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-01-14 13:31:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-01-14 13:31:33 +0000 |
commit | 0363d4f15c397dc8042ef205f8fdbe947f5903bb (patch) | |
tree | 14b59070fe398fa161e14686af873eac61660b7e /lib | |
parent | 64e7f8ea83b74a182776868bfe63d81c6d340bce (diff) |
grammar;
Diffstat (limited to 'lib')
-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 |