summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/man/makewhatis/makewhatis.16
-rw-r--r--lib/libc/gen/alarm.32
-rw-r--r--lib/libc/net/Makefile.inc3
-rw-r--r--lib/libc/sys/flock.24
-rw-r--r--libexec/getty/gettytab.510
5 files changed, 15 insertions, 10 deletions
diff --git a/gnu/usr.bin/man/makewhatis/makewhatis.1 b/gnu/usr.bin/man/makewhatis/makewhatis.1
index 3cc20ef..7dccd82 100644
--- a/gnu/usr.bin/man/makewhatis/makewhatis.1
+++ b/gnu/usr.bin/man/makewhatis/makewhatis.1
@@ -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
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3
index fc01947..ae0c22d 100644
--- a/lib/libc/gen/alarm.3
+++ b/lib/libc/gen/alarm.3
@@ -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 ,
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 0b9bdb4..112e7a4 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -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 \
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2
index 930c539..40edd3c 100644
--- a/lib/libc/sys/flock.2
+++ b/lib/libc/sys/flock.2
@@ -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 ,
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5
index 3e68f9a..b14f6e1 100644
--- a/libexec/getty/gettytab.5
+++ b/libexec/getty/gettytab.5
@@ -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
OpenPOWER on IntegriCloud