diff options
| author | Roy Marples <roy@marples.name> | 2012-03-19 11:07:56 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2012-03-19 11:07:56 +0000 |
| commit | fd73ceb145b4d0ec80a88cd470c52145e3eb2b55 (patch) | |
| tree | 93fe389da641c28ad503bdf6bd8b700ded81ff80 | |
| parent | 61dd6cf9ab7dfbdf6dac4e4517517448c02003b2 (diff) | |
| download | dhcpcd-fd73ceb145b4d0ec80a88cd470c52145e3eb2b55.tar.xz | |
Add .Lk macro to URLs
| -rw-r--r-- | dhcpcd-run-hooks.8.in | 7 | ||||
| -rw-r--r-- | dhcpcd.8.in | 7 | ||||
| -rw-r--r-- | dhcpcd.conf.5.in | 5 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dhcpcd-run-hooks.8.in b/dhcpcd-run-hooks.8.in index ccfb704a..62ecce87 100644 --- a/dhcpcd-run-hooks.8.in +++ b/dhcpcd-run-hooks.8.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2006-2011 Roy Marples +.\" Copyright (c) 2006-2012 Roy Marples .\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 15, 2011 +.Dd March 19, 2012 .Dt DHCPCD-RUN-HOOKS 8 SMM .Os .Sh NAME @@ -136,7 +136,8 @@ in a lexical order and then finally .Sh AUTHORS .An Roy Marples Aq roy@marples.name .Sh BUGS -Please report them to http://roy.marples.name/projects/dhcpcd +Please report them to +.Lk http://roy.marples.name/projects/dhcpcd .Sh SECURITY CONSIDERATIONS Little validation of DHCP options is done in dhcpcd itself. Instead, it is up to the hooks to handle any validation needed. diff --git a/dhcpcd.8.in b/dhcpcd.8.in index b68d5dcd..9651068a 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2006-2011 Roy Marples +.\" Copyright (c) 2006-2012 Roy Marples .\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 15, 2011 +.Dd March 19, 20122 .Dt DHCPCD 8 SMM .Os .Sh NAME @@ -580,4 +580,5 @@ RFC 3397, RFC 3442, RFC 3927, RFC 4361, RFC 4390, RFC 4702, RFC 5969, RFC 6106. .Sh AUTHORS .An Roy Marples Aq roy@marples.name .Sh BUGS -Please report them to http://roy.marples.name/projects/dhcpcd +Please report them to +.Lk http://roy.marples.name/projects/dhcpcd diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index a66de9ef..9f0ef27b 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 7, 2012 +.Dd March 19, 2012 .Dt DHCPCD.CONF 5 SMM .Os .Sh NAME @@ -305,4 +305,5 @@ of a randomly generated number. .Sh AUTHORS .An Roy Marples Aq roy@marples.name .Sh BUGS -Please report them to http://roy.marples.name/projects/dhcpcd +Please report them to +.Lk http://roy.marples.name/projects/dhcpcd |
