Fix some typos. From Igor Sobrado in PR pkg/19907.
While I'm here, new sentence, new line.
This commit is contained in:
parent
c7cb871964
commit
98ae779062
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ifaliases.5,v 1.12 2001/09/08 01:29:05 wiz Exp $
|
||||
.\" $NetBSD: ifaliases.5,v 1.13 2003/01/18 18:32:20 grant Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Matthew R. Green
|
||||
.\" All rights reserved.
|
||||
@ -47,7 +47,8 @@ Each line of the file is of the form:
|
||||
.Pp
|
||||
The
|
||||
.Em address
|
||||
is a network address of the alias. This must be a number, or must be in
|
||||
is a network address of the alias.
|
||||
This must be a number, or must be in
|
||||
.Pa /etc/hosts ,
|
||||
since the nameserver is not running at this point.
|
||||
.Pp
|
||||
@ -57,9 +58,9 @@ is the network interface the alias will be configured on.
|
||||
.Pp
|
||||
The
|
||||
.Em netmask
|
||||
is the netmask of the alias's network address. Although this is
|
||||
optional, omitting the netmask is discouraged. Omission results in
|
||||
the use of the classful netmask associated with
|
||||
is the netmask of the alias' network address.
|
||||
Although this is optional, omitting the netmask is discouraged.
|
||||
Omission results in the use of the classful netmask associated with
|
||||
.Em address .
|
||||
.Sh FILES
|
||||
.Pa /etc/ifaliases ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: link.5,v 1.17 2002/10/02 11:12:57 wiz Exp $
|
||||
.\" $NetBSD: link.5,v 1.18 2003/01/18 18:32:21 grant Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -69,7 +69,7 @@ the dynamically linked program or shared object image as the existing
|
||||
.Xr a.out 5
|
||||
format offers no room for it elsewhere.
|
||||
.Pp
|
||||
Several utilities co-operate to ensure that the task of getting a program
|
||||
Several utilities cooperate to ensure that the task of getting a program
|
||||
ready to run can complete successfully in a way that optimizes the use
|
||||
of system resources.
|
||||
The compiler emits PIC code from which shared libraries can be built by
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: security.conf.5,v 1.16 2001/10/15 08:53:28 lukem Exp $
|
||||
.\" $NetBSD: security.conf.5,v 1.17 2003/01/18 18:32:21 grant Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Matthew R. Green
|
||||
.\" All rights reserved.
|
||||
@ -37,7 +37,8 @@ The
|
||||
.Nm
|
||||
file specifies which of the standard
|
||||
.Pa /etc/security
|
||||
services are performed. The
|
||||
services are performed.
|
||||
The
|
||||
.Pa /etc/security
|
||||
script is run, by default, every night from
|
||||
.Pa /etc/daily ,
|
||||
@ -51,14 +52,15 @@ The variables described below can be set to "NO" to disable the test:
|
||||
.It Sy check_passwd
|
||||
This checks the
|
||||
.Pa /etc/master.passwd
|
||||
file for inconsistancies.
|
||||
file for inconsistencies.
|
||||
.It Sy check_group
|
||||
This checks the
|
||||
.Pa /etc/group
|
||||
file for inconsistancies.
|
||||
.It Sy check_rootdotfiles
|
||||
This checks the root users startup files for sane settings of $PATH
|
||||
and umask. This test is not fail safe and any warning generated from
|
||||
and umask.
|
||||
This test is not fail safe and any warning generated from
|
||||
this should be checked for correctness.
|
||||
.It Sy check_ftpusers
|
||||
This checks that the correct users are in the
|
||||
|
Loading…
Reference in New Issue
Block a user