From 6a69699c15f061c592b60c0fce329c88307113b1 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 24 Apr 2018 00:36:52 +0000 Subject: replace my vague and idiosyncratic term "selflink" with the clearer and more usual "permalink"; suggested by John Gardner --- man_html.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index f7942ddd..6aee4ffe 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.147 2018/04/13 16:28:07 schwarze Exp $ */ +/* $Id: man_html.c,v 1.148 2018/04/24 00:36:53 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze @@ -431,7 +431,7 @@ man_SH_pre(MAN_ARGS) id = html_make_id(n); print_otag(h, TAG_H1, "cTi", "Sh", id); if (id != NULL) - print_otag(h, TAG_A, "chR", "selflink", id); + print_otag(h, TAG_A, "chR", "permalink", id); free(id); } return 1; @@ -501,7 +501,7 @@ man_SS_pre(MAN_ARGS) id = html_make_id(n); print_otag(h, TAG_H2, "cTi", "Ss", id); if (id != NULL) - print_otag(h, TAG_A, "chR", "selflink", id); + print_otag(h, TAG_A, "chR", "permalink", id); free(id); } return 1; -- cgit v1.2.3-56-ge451