1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From: Debian QA Group <packages@qa.debian.org>
Date: Fri, 12 Jul 2019 01:06:21 +0000
Subject: manpage
#!/bin/sh /usr/share/dpatch/dpatch-run
## 01-manpage.dpatch by Marvin Stark <marv@der-marv.de>
##
## DP: Fix manpage character error.
@DPATCH@
---
mini_httpd.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mini_httpd.8 b/mini_httpd.8
index f4d4dd4..3d8f8b7 100644
--- a/mini_httpd.8
+++ b/mini_httpd.8
@@ -432,7 +432,7 @@ You don't need cert.csr and privkey.pem, and may remove them.
.SH "SEE ALSO"
htpasswd(1), weblog_parse(1), http_get(1)
.SH AUTHOR
-Copyright 1999,2000 by Jef Poskanzer <jef@mail.acme.com>. All rights reserved.
+Copyright \[co] 1999,2000 by Jef Poskanzer <jef\[at]mail.acme.com>. All rights reserved.
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
|