diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-05 17:41:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-05 17:41:50 +0000 |
commit | 2503091ae21f05c1ed9dc130107f49a6eb23cdfe (patch) | |
tree | bd9553a20963df88f2755602f595df356d1b5d82 /share/man/man7 | |
parent | 1098170b234f3b63f3e1251e8c3d15ae65ba129d (diff) |
more man page repairs; aaron@ug.cs.dal.ca
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/hostname.7 | 2 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/hostname.7 b/share/man/man7/hostname.7 index 8455fc33cbd..3323b4c10ec 100644 --- a/share/man/man7/hostname.7 +++ b/share/man/man7/hostname.7 @@ -79,7 +79,7 @@ then its parent domains with at least 2 name components (longest first). For example, in the domain CS.Berkeley.EDU, the name lithium.CChem will be checked first as lithium.CChem.CS.Berkeley.EDU and then as lithium.CChem.Berkeley.EDU. -Lithium.CChem.EDU will not be tried, as the there is only one component +Lithium.CChem.EDU will not be tried, as there is only one component remaining from the local domain. The search path can be changed from the default by a system-wide configuration file (see diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 5892ef02de0..fac238d7414 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.1 1998/06/24 18:15:08 marc Exp $ +.\" $OpenBSD: ports.7,v 1.2 1998/09/05 17:41:49 deraadt Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -120,11 +120,11 @@ this stage. See and .Ev BATCH . .It Ar build -Build the the port. This is the same as calling the +Build the port. This is the same as calling the .Ar all target. .It Ar install -Install the the port and register it with the package system. This +Install the port and register it with the package system. This is all you really need to do. .El .Pp |