diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-16 15:21:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-16 15:21:12 +0000 |
commit | 6230820e45b172f319f5794f3ff121022a40c978 (patch) | |
tree | 278a207558e891fa0ea1b2a39c31c27da2c1c491 /lib/libc/gen/ftok.3 | |
parent | e6c8bd930f058d061eae225fbabe99be2ba13dc7 (diff) |
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Diffstat (limited to 'lib/libc/gen/ftok.3')
-rw-r--r-- | lib/libc/gen/ftok.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index cb9f63f6e75..c36399b4234 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftok.3,v 1.15 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: ftok.3,v 1.16 2013/07/16 15:21:11 schwarze Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 16 2013 $ .Dt FTOK 3 .Os .Sh NAME @@ -74,7 +74,7 @@ The function originated with System V and is typically used by programs that use the System V IPC routines. .Sh AUTHORS -.An Thorsten Lockert Aq tholo@sigmasoft.com +.An Thorsten Lockert Aq Mt tholo@sigmasoft.com .Sh BUGS The returned key is computed based on the device and inode of the specified |