mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 23:43:25 +00:00
Fixed bitrot in synopsis (some const poisoning had not reached here).
This commit is contained in:
parent
efc96764e0
commit
19ee2ea58c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44488
@ -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
|
||||
|
@ -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: property.3,v 1.3 1998/10/14 11:04:36 jkh Exp $
|
||||
.\" $Id: property.3,v 1.4 1998/11/22 13:20:09 jkh Exp $
|
||||
.\" "
|
||||
.Dd October 7, 1998
|
||||
.Os
|
||||
@ -39,7 +39,7 @@
|
||||
.Ft properties
|
||||
.Fn properties_read "int fd"
|
||||
.Ft char *
|
||||
.Fn property_find "properties list" "char *name"
|
||||
.Fn property_find "properties list" "const char *name"
|
||||
.Ft void
|
||||
.Fn properties_free "properties list"
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user