diff options
author | 2001-10-04 16:56:51 +0000 | |
---|---|---|
committer | 2001-10-04 16:56:51 +0000 | |
commit | ce4e26c88668e4b3313e993b12d7ddaa55cc5148 (patch) | |
tree | 1d17ea7ca353e9d5f13c14d0986017348f350d90 /share/man/man7 | |
parent | client_alive_check cleanup (diff) | |
download | wireguard-openbsd-ce4e26c88668e4b3313e993b12d7ddaa55cc5148.tar.xz wireguard-openbsd-ce4e26c88668e4b3313e993b12d7ddaa55cc5148.zip |
we don't like .Pp and blank lines before/after .Ss;
millert@ ok
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mailaddr.7 | 3 | ||||
-rw-r--r-- | share/man/man7/packages.7 | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7 index 31122b2de70..1bbd4ad8879 100644 --- a/share/man/man7/mailaddr.7 +++ b/share/man/man7/mailaddr.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mailaddr.7,v 1.5 2000/03/19 19:25:34 aaron Exp $ +.\" $OpenBSD: mailaddr.7,v 1.6 2001/10/04 16:56:52 mpech Exp $ .\" $NetBSD: mailaddr.7,v 1.3 1994/11/30 19:07:17 jtc Exp $ .\" .\" Copyright (c) 1983, 1987, 1990, 1993 @@ -101,7 +101,6 @@ This is normally converted back to the .Dq host!user form before being sent on for compatibility with older UUCP hosts. -.Pp .Ss Case distinctions Domain names (i.e., anything after the .Dq @ diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index 6ca00e657a4..c8400e23843 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.11 2001/10/04 10:28:20 wilfried Exp $ +.\" $OpenBSD: packages.7,v 1.12 2001/10/04 16:56:52 mpech Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -60,7 +60,6 @@ correspondingly, human resources for the ports tree are somewhat lacking. As of .Ox 2.7 , the package systems should offer a few basic warranties. -.Pp .Ss "Installing a package won't erase existing files" .Xr pkg_add 1 will instead identify conflicts, back the existing files up, display a @@ -119,7 +118,6 @@ in .Qq "verbose, don't actually install the package" mode first, so that additional steps may be figured out. -.Pp .Ss "The package system does not handle shared files across packages" If two packages install a file with the same name, there is a conflict. There is currently no mechanism in the package system beyond a basic |