diff options
author | 2001-05-31 02:50:46 +0000 | |
---|---|---|
committer | 2001-05-31 02:50:46 +0000 | |
commit | d9416555c1292076da68b6aa368b78f05e803764 (patch) | |
tree | 53a4ed5d5409b437dc1b75b239f6c7d8ca237c94 | |
parent | merge (diff) | |
download | wireguard-openbsd-d9416555c1292076da68b6aa368b78f05e803764.tar.xz wireguard-openbsd-d9416555c1292076da68b6aa368b78f05e803764.zip |
add libexec/auth/
-rw-r--r-- | share/man/man7/hier.7 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 98a99356caf..f285dd915ff 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.24 2001/05/30 03:08:50 millert Exp $ +.\" $OpenBSD: hier.7,v 1.25 2001/05/31 02:50:46 millert Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -241,6 +241,12 @@ Archive libraries. Miscellaneous utility data files. .It Li libexec/ System daemons and utilities (executed by other programs). +.Pp +.Bl -tag -width "auth/" -compact +.It Li auth/ +Login scripts used to authenticate users (for BSD authentication). +.El +.Pp .It Li lkm/ .It Li mdec/ .It Li local/ |