Update .TH line to include "Linux"

This commit is contained in:
Michael Kerrisk 2007-05-30 05:40:58 +00:00
parent 85330d7ce1
commit f67f9e203e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" added note about close(2) not guaranteeing that data is safe on close.
.\"
.TH CLOSE 2 2001-12-13 "" "Linux Programmer's Manual"
.TH CLOSE 2 2001-12-13 "Linux" "Linux Programmer's Manual"
.SH NAME
close \- close a file descriptor
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" 2007-04-30 mtk, A fairly major rewrite to fix errors and
.\" add more details.
.\"
.TH READV 2 2002-10-17 "" "Linux Programmer's Manual"
.TH READV 2 2002-10-17 "Linux" "Linux Programmer's Manual"
.SH NAME
readv, writev \- read or write data into multiple buffers
.SH SYNOPSIS