Correct some xrefs/mlinks.

This commit is contained in:
Mike Pritchard 1996-12-14 23:27:20 +00:00
parent 5bf8036af0
commit 487990280d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20486
5 changed files with 15 additions and 10 deletions

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: makewhatis.1,v 1.6 1996/08/27 20:04:05 wosch Exp $
.\" $Id: makewhatis.1,v 1.7 1996/12/09 07:26:01 mpp Exp $
.Dd Jan, 12, 1995
.Dt MAKEWHATIS 1
.Os FreeBSD 2.1
@ -127,12 +127,12 @@ every week
.Xr apropos 1 ,
.Xr catman 1 ,
.Xr getNAME 1 ,
.Xr makewhatis.local 1 ,
.Xr man 1 ,
.Xr manpath 1 ,
.Xr sort 1 ,
.Xr uniq 1 ,
.Xr whatis 1 .
.Xr whatis 1 ,
.Xr makewhatis.local 8 .
.Sh HISTORY
This
.Nm

View File

@ -74,7 +74,7 @@ If no alarm is currently set, the return value is 0.
.Xr sigaction 2 ,
.Xr setitimer 2 ,
.Xr sigpause 2 ,
.Xr sigvec 3 ,
.Xr sigvec 2 ,
.Xr signal 3 ,
.Xr sleep 3 ,
.Xr ualarm 3 ,

View File

@ -32,7 +32,8 @@ MLINKS+=ethers.3 ether_line.3 ethers.3 ether_aton.3 ethers.3 ether_ntoa.3 \
ethers.3 ether_ntohost.3 ethers.3 ether_hostton.3
MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \
gethostbyname.3 sethostent.3 gethostbyname.3 gethostent.3 \
gethostbyname.3 herror.3 gethostbyname.3 hstrerror.3
gethostbyname.3 herror.3 gethostbyname.3 hstrerror.3 \
gethostbyname.3 gethostbyname2.3
MLINKS+=getnetent.3 endnetent.3 getnetent.3 getnetbyaddr.3 \
getnetent.3 getnetbyname.3 getnetent.3 setnetent.3
MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \

View File

@ -153,6 +153,10 @@ is an invalid descriptor.
The argument
.Fa fd
refers to an object other than a file.
.It Bq Er EOPNOTSUPP
The argument
.Fa fd
refers to an object that does not support file locking.
.El
.Sh SEE ALSO
.Xr open 2 ,

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94
.\" $Id: gettytab.5,v 1.8 1996/11/13 01:06:37 pst Exp $
.\" $Id: gettytab.5,v 1.9 1996/11/13 01:36:52 pst Exp $
.\" "
.Dd April 19, 1994
.Dt GETTYTAB 5
@ -278,7 +278,7 @@ string
.It \&%h
The hostname of the machine, which is normally obtained from the
system using
.Xr gethostname 2 ,
.Xr gethostname 3 ,
but may also be overridden by the
.Em \&hn
table entry.
@ -302,7 +302,7 @@ The tty name.
The type of machine, release of the operating system, name of the
operating system, and version of the kernel, respectively, as
returned by
.Xr uname 2 .
.Xr uname 3 .
.It \&%%
A
.Dq %
@ -365,8 +365,8 @@ getty will invoke the program referenced by the pp option. This
can be used to handle incoming PPP calls.
.Sh SEE ALSO
.Xr login 1 ,
.Xr gethostname 2 ,
.Xr uname 2 ,
.Xr gethostname 3 ,
.Xr uname 3 ,
.Xr termcap 5 ,
.Xr getty 8 .
.Sh BUGS