diff options
author | 1998-09-05 17:41:44 +0000 | |
---|---|---|
committer | 1998-09-05 17:41:44 +0000 | |
commit | a8f174ddf0159cefc77a70c665d3ce5f24c56482 (patch) | |
tree | 31af959b726233e358eded600d2703f846bc4e3b /share/man/man7 | |
parent | code for mounting xfs (diff) | |
download | wireguard-openbsd-a8f174ddf0159cefc77a70c665d3ce5f24c56482.tar.xz wireguard-openbsd-a8f174ddf0159cefc77a70c665d3ce5f24c56482.zip |
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 |