diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:40:27 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:40:27 +0000 |
commit | b4aed9ede57c9745bd831f036de228dd71fd3c6d (patch) | |
tree | 12a6de406f48683ed2c2ac1608d39c0435966bcb /lib/libutil/login_fbtab.3 | |
parent | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (diff) |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libutil/login_fbtab.3')
-rw-r--r-- | lib/libutil/login_fbtab.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3 index 67c6a94d06e..6f019947dd1 100644 --- a/lib/libutil/login_fbtab.3 +++ b/lib/libutil/login_fbtab.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_fbtab.3,v 1.10 2007/05/31 19:19:38 jmc Exp $ +.\" $OpenBSD: login_fbtab.3,v 1.11 2013/06/05 03:40:26 tedu Exp $ .\" .\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual .\" files may be covered by other copyrights. @@ -15,7 +15,7 @@ .\" warranties, including, without limitation, the implied warranties of .\" merchantibility and fitness for any particular purpose. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt LOGIN_FBTAB 3 .Os .Sh NAME @@ -23,8 +23,8 @@ .Nd implement device security based on .Pa /etc/fbtab .Sh SYNOPSIS -.Fd #include <sys/types.h> -.Fd #include <util.h> +.In sys/types.h +.In util.h .Ft void .Fn login_fbtab "const char *tty" "uid_t uid" "gid_t gid" .Sh DESCRIPTION |