diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-27 14:12:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-27 14:12:42 +0000 |
commit | 1becb5f44c117cd344109ee07a2594ebcfb3ad21 (patch) | |
tree | 6685b3e59141d8aec35c80fe391179b95bf62b84 /sbin/dhcpleased | |
parent | a5e065d5e9bd4ea6db248bc2d44645032d225988 (diff) |
zap trailing comma in SEE ALSO;
Diffstat (limited to 'sbin/dhcpleased')
-rw-r--r-- | sbin/dhcpleased/dhcpleased.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dhcpleased/dhcpleased.conf.5 b/sbin/dhcpleased/dhcpleased.conf.5 index 919e2cd6d46..0db451853e5 100644 --- a/sbin/dhcpleased/dhcpleased.conf.5 +++ b/sbin/dhcpleased/dhcpleased.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpleased.conf.5,v 1.2 2021/07/26 12:59:41 sthen Exp $ +.\" $OpenBSD: dhcpleased.conf.5,v 1.3 2021/07/27 14:12:41 jmc Exp $ .\" .\" Copyright (c) 2018, 2021 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -18,7 +18,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 26 2021 $ +.Dd $Mdocdate: July 27 2021 $ .Dt DHCPLEASED.CONF 5 .Os .Sh NAME @@ -86,4 +86,4 @@ configuration file. .El .Sh SEE ALSO .Xr dhcpleasectl 8 , -.Xr dhcpleased 8 , +.Xr dhcpleased 8 |