diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 16:53:30 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 16:53:30 +0000 |
| commit | 060cc64852ebd7b2d163fa84c723bc385945e13d (patch) | |
| tree | 6121cd15342014eef1b910379231ea44e8a05047 | |
| parent | d7fb4b13b902fa73973cc80b6805397e4b316ba2 (diff) | |
Notes
| -rw-r--r-- | lib/libutil/logwtmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/logwtmp.3 b/lib/libutil/logwtmp.3 index 765fddeb74d9..496595f33b50 100644 --- a/lib/libutil/logwtmp.3 +++ b/lib/libutil/logwtmp.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: logwtmp.3,v 1.4 1997/02/22 15:08:30 peter Exp $ +.\" $Id: logwtmp.3,v 1.5 1997/05/11 08:50:33 davidn Exp $ .\" " .Dd December 29, 1996 .Os @@ -35,7 +35,7 @@ .Fd #include <sys/types.h> .Fd #include <libutil.h> .Ft void -.Fn logwtmp "char *line" "char *name" "char *host" +.Fn logwtmp "const char *line" "const char *name" "const char *host" .Pp Link with .Va -lutil |
