diff options
author | charnier <charnier@FreeBSD.org> | 1998-03-19 07:34:22 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-03-19 07:34:22 +0000 |
commit | 79fc0e555519ee116047038ddb2309feefbfcd1d (patch) | |
tree | 9f9f07d3c3fb86b509abe4632fda270d6c550807 /lib/libcompat | |
parent | f055275992a02631ff93e032922d43e0d0a703ab (diff) | |
download | FreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.zip FreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.tar.gz |
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/SysV/ftok.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libcompat/SysV/ftok.3 b/lib/libcompat/SysV/ftok.3 index 03b586d..180380d 100644 --- a/lib/libcompat/SysV/ftok.3 +++ b/lib/libcompat/SysV/ftok.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ftok.3,v 1.7 1997/02/22 15:06:08 peter Exp $ +.\" $Id: ftok.3,v 1.8 1997/03/19 00:58:07 bde Exp $ .Dd June 24, 1994 .Os .Dt ftok 3 @@ -72,10 +72,8 @@ The .Fn ftok function originates with System V and is typically used by programs that use the System V IPC routines. -.Sh AUTHOR -.Bl -tag -Thorsten Lockert <tholo@sigmasoft.com> -.El +.Sh AUTHORS +.An Thorsten Lockert Aq tholo@sigmasoft.com .Sh BUGS The returned key is computed based on the device minor number and inode of the specified |