aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetws.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fgetws.3')
-rw-r--r--lib/libc/stdio/fgetws.33
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3
index 09efa0a31b30..5da940525d24 100644
--- a/lib/libc/stdio/fgetws.3
+++ b/lib/libc/stdio/fgetws.3
@@ -28,10 +28,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
-.\" @(#)fgets.3 8.1 (Berkeley) 6/4/93
.\" FreeBSD: src/lib/libc/stdio/fgets.3,v 1.16 2002/05/31 05:01:17 archie Exp
-.\" $FreeBSD$
.\"
.Dd August 6, 2002
.Dt FGETWS 3