mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
The man page setmode(3) declares `void setmode' when it should be
declared `void *setmode'. Submitted by: kargl@troutmask.apl.washington.edu
This commit is contained in:
parent
fe89da38f6
commit
d108492508
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7638
@ -41,7 +41,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.Ft mode_t
|
||||
.Fn getmode "const void *set" "mode_t mode"
|
||||
.Ft void
|
||||
.Ft void *
|
||||
.Fn setmode "const char *mode_str"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user