Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 1995 14:30:02 -0700
From:      Steven G Kargl  <kargl@troutmask.apl.washington.edu>
To:        freebsd-bugs
Subject:   docs/296: docs -- setmode.3 problem (patch enclosed)
Message-ID:  <199504032130.OAA19800@freefall.cdrom.com>
In-Reply-To: Your message of Mon, 3 Apr 1995 14:27:07 -0700 <199504032127.OAA02516@troutmask.apl.washington.edu>

index | next in thread | previous in thread | raw e-mail


>Number:         296
>Category:       docs
>Synopsis:       incorrect declaration of setmode in man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr  3 14:30:01 1995
>Originator:     Steven G &
>Organization:
Steven G. Kargl     | Phone: 206-685-4677 |
Applied Physics Lab | Fax:   206-543-6785 |
Univ. of Washington |---------------------|
1013 NE 40th St     | FreeBSD 2.1-current |
Seattle, WA 98105   |---------------------|
>Release:        FreeBSD 2.1.0-Development i386
>Environment:
>Description:

	The man page setmode(3) declares `void setmode' when it should be
	declared `void *setmode'.


>How-To-Repeat:

	man setmode

>Fix:
	
*** setmode.3.orig	Mon Apr  3 14:13:36 1995
--- setmode.3	Mon Apr  3 14:14:53 1995
***************
*** 41,47 ****
  .Sh SYNOPSIS
  .Ft mode_t
  .Fn getmode "const void *set" "mode_t mode"
! .Ft void
  .Fn setmode "const char *mode_str"
  .Sh DESCRIPTION
  The
--- 41,47 ----
  .Sh SYNOPSIS
  .Ft mode_t
  .Fn getmode "const void *set" "mode_t mode"
! .Ft void *
  .Fn setmode "const char *mode_str"
  .Sh DESCRIPTION
  The
>Audit-Trail:
>Unformatted:




help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504032130.OAA19800>