diff options
Diffstat (limited to 'contrib/bc/gen/dc_help.txt')
-rw-r--r-- | contrib/bc/gen/dc_help.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bc/gen/dc_help.txt b/contrib/bc/gen/dc_help.txt index df4ede1583a2..897ab31a8820 100644 --- a/contrib/bc/gen/dc_help.txt +++ b/contrib/bc/gen/dc_help.txt @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2018-2024 Gavin D. Howard and contributors. + * Copyright (c) 2018-2025 Gavin D. Howard and contributors. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -37,7 +37,7 @@ usage: %s [options] [file...] dc is a reverse-polish notation command-line calculator which supports unlimited precision arithmetic. For details, use `man %s` or see the online documentation -at https://git.gavinhoward.com/gavin/bc/src/tag/%s/manuals/bc/%s.1.md. +at https://github.com/gavinhoward/bc/tree/%s/manuals/dc/%s.1.md . This dc is (mostly) compatible with the OpenBSD dc and the GNU dc. See the OpenBSD man page (http://man.openbsd.org/OpenBSD-current/man1/dc.1) and the GNU |