summaryrefslogtreecommitdiff
path: root/lib/libc/string/ffs.3
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-07-12 20:50:10 +0000
committerNik Clayton <nik@FreeBSD.org>1999-07-12 20:50:10 +0000
commitfbc400a67a4e6979c5d99fe59d904cf08992a98f (patch)
treee89199ea6f2415b6ecf086fc4b059e8e3b8a4b44 /lib/libc/string/ffs.3
parent077e7b24bc7e9a435ff4f449c0853e37c35d18f3 (diff)
Notes
Diffstat (limited to 'lib/libc/string/ffs.3')
-rw-r--r--lib/libc/string/ffs.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3
index 451b7b919fc5..b4a464737745 100644
--- a/lib/libc/string/ffs.3
+++ b/lib/libc/string/ffs.3
@@ -32,6 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ffs.3 8.2 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt FFS 3