summaryrefslogtreecommitdiffstats
path: root/lib/libutil/auth.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-03-05 17:08:23 +0000
committerbde <bde@FreeBSD.org>1999-03-05 17:08:23 +0000
commit6a93d15670eb547b7323057ac4f745fae251c09a (patch)
tree4da969bbf6b5ffd896ac32842ed2c296ecac70ce /lib/libutil/auth.3
parent79ceaf95c22bc4a24d2b9c4537db262e8bb25037 (diff)
downloadFreeBSD-src-6a93d15670eb547b7323057ac4f745fae251c09a.zip
FreeBSD-src-6a93d15670eb547b7323057ac4f745fae251c09a.tar.gz
Fixed bitrot in synopsis (some const poisoning had not reached here).
Diffstat (limited to 'lib/libutil/auth.3')
-rw-r--r--lib/libutil/auth.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index a9732cf5..a026ec5 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: auth.3,v 1.1 1998/10/08 06:53:32 jkh Exp $
.\" "
.Dd October 7, 1998
.Os
@@ -36,7 +36,7 @@
.Fd #include <sys/types.h>
.Fd #include <libutil.h>
.Ft char *
-.Fn auth_getval "char *name"
+.Fn auth_getval "const char *name"
.Pp
Link with
.Va -lutil
OpenPOWER on IntegriCloud