Skip to content

Commit 96ed4b4

Browse files
committed
Some word fixes.
1 parent 13c4019 commit 96ed4b4

11 files changed

+59
-59
lines changed

INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ You need to have a C compiler installed and optionally a C++ compiler in order
1313
to try to build some hardware-accelerated checksum routines. Rsync also needs
1414
a modern awk, which might be provided via gawk or nawk on some OSes.
1515

16-
## Autoconf & man pages
16+
## Autoconf & manpages
1717

1818
If you're installing from the git repo (instead of a release tar file) you'll
1919
also need the GNU autotools (autoconf & automake) and your choice of 2 python3
20-
markdown libraries: cmarkgfm or commonmark (needed to generate the man pages).
20+
markdown libraries: cmarkgfm or commonmark (needed to generate the manpages).
2121
If your OS doesn't provide a python3-cmarkgfm or python3-commonmark package,
2222
you can run the following to install the commonmark python library for your
2323
build user (after installing python3's pip package):
@@ -28,7 +28,7 @@ You can test if you've got it fixed by running (from the rsync checkout):
2828

2929
> ./md2man --test rsync-ssl.1.md
3030
31-
Alternately, you can avoid generating the man pages by fetching the very latest
31+
Alternately, you can avoid generating the manpages by fetching the very latest
3232
versions (that match the latest git source) from the [generated-files][6] dir.
3333
One way to do that is to run:
3434

NEWS.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
If your rsync script depends on the old arg-splitting behavior, either run
2121
it with the [`--old-args`](rsync.1#opt) option or `export RSYNC_OLD_ARGS=1`
2222
in the script's environment. See also the [ADVANCED USAGE](rsync.1#)
23-
section of rsync's man page.
23+
section of rsync's manpage.
2424

2525
- A long-standing bug was preventing rsync from figuring out the current
2626
locale's decimal point character, which made rsync always output numbers
@@ -158,7 +158,7 @@
158158
and `--delete*` rsync options on the server side.
159159
- The log format has been tweaked slightly to add seconds to the timestamp
160160
and to output the command executed as a tuple (making the args clearer).
161-
- An rrsync.1 man page was added (in the support dir with rrsync).
161+
- An rrsync.1 manpage was added (in the support dir with rrsync).
162162

163163
- Added options to the lsh script to facilitate rrsync testing. (See the
164164
support dir.)
@@ -177,12 +177,12 @@
177177
- Try to support a client that sent a remote rsync a wacko stderr file handle
178178
(such as an older File::RsyncP perl library used by BackupPC).
179179

180-
- Lots of man page improvements, including better html versions.
180+
- Lots of manpage improvements, including better HTML versions.
181181

182182
### PACKAGING RELATED:
183183

184184
- Give configure the `--with-rrsync` option if you want `make install` to
185-
install the (now python3) rrsync script and its new man page.
185+
install the (now python3) rrsync script and its new manpage.
186186

187187
- If the rrsync script is installed, its package should be changed to depend
188188
on python3 and the (suggested but not mandatory) python3 braceexpand lib.
@@ -397,7 +397,7 @@
397397

398398
- Put optimizations into their own list in the `--version` output.
399399

400-
- Improved the man page a bit more.
400+
- Improved the manpage a bit more.
401401

402402
### PACKAGING RELATED:
403403

@@ -624,7 +624,7 @@
624624
- The daemon now locks its pid file (when configured to use one) so that it
625625
will not fail to start when the file exists but no daemon is running.
626626

627-
- Various man page improvements, including some html representations (that
627+
- Various manpage improvements, including some html representations (that
628628
aren't installed by default).
629629

630630
- Made `-V` the short option for `--version` and improved its information.
@@ -641,7 +641,7 @@
641641

642642
- Add installed bash script: /usr/bin/rsync-ssl
643643

644-
- Add installed man page: /usr/man/man1/rsync-ssl.1
644+
- Add installed manpage: /usr/man/man1/rsync-ssl.1
645645

646646
- Tweak auxiliary doc file names, such as: README.md, INSTALL.md, & NEWS.md.
647647

@@ -663,8 +663,8 @@
663663
SIMD checksum optimizations.
664664

665665
- Add _build_ dependency for _either_ python3-cmarkcfm or python3-commonmark
666-
to allow for patching of man pages or building a git release. This is not
667-
required for a release-tar build, since it comes with pre-built man pages.
666+
to allow for patching of manpages or building a git release. This is not
667+
required for a release-tar build, since it comes with pre-built manpages.
668668
Note that cmarkcfm is faster than commonmark, but they generate the same
669669
data. The commonmark dependency is easiest to install since it's native
670670
python, and can even be installed via `pip3 install --user commonmark` if
@@ -677,7 +677,7 @@
677677
- Silenced some annoying warnings about major() & minor() by improving an
678678
autoconf include-file check.
679679

680-
- Converted the man pages from yodl to markdown. They are now processed via a
680+
- Converted the manpages from yodl to markdown. They are now processed via a
681681
simple python3 script using the cmarkgfm **or** commonmark library. This
682682
should make it easier to package rsync, since yodl is rather obscure.
683683

@@ -755,11 +755,11 @@
755755

756756
### DEVELOPER RELATED:
757757

758-
- Tweak the `make` output when yodl isn't around to create the man pages.
758+
- Tweak the `make` output when yodl isn't around to create the manpages.
759759

760760
- Changed an obsolete autoconf compile macro.
761761

762-
- Support newer yodl versions when converting man pages.
762+
- Support newer yodl versions when converting manpages.
763763

764764
------------------------------------------------------------------------------
765765

@@ -1248,7 +1248,7 @@
12481248

12491249
- Avoid trying to reference `SO_BROADCAST` if the OS doesn't support it.
12501250

1251-
- Fix some issues with the post-processing of the man pages.
1251+
- Fix some issues with the post-processing of the manpages.
12521252

12531253
- Fixed the user home-dir handling in the lsh script. (See the support dir.)
12541254

@@ -1728,7 +1728,7 @@
17281728
of files, and the ensuring that daemon excludes can't affect a dot-dir arg.
17291729

17301730
- Improved some build rules for those that build in a separate directory from
1731-
the source, including better install rules for the man pages, and the fixing
1731+
the source, including better install rules for the manpages, and the fixing
17321732
of a proto.h-tstamp rule that could make the binaries get rebuild without
17331733
cause.
17341734

@@ -2336,7 +2336,7 @@
23362336

23372337
- Added the `--log-file=FILE` and `--log-file-format=FORMAT` options. These
23382338
can be used to tell any rsync to output what it is doing to a log file.
2339-
They work with a client rsync, a non-daemon server rsync (see the man page
2339+
They work with a client rsync, a non-daemon server rsync (see the manpage
23402340
for instructions), and also allows the overriding of rsyncd.conf settings
23412341
when starting a daemon.
23422342

@@ -2630,7 +2630,7 @@
26302630
- Added two config items to the rsyncd.conf parsing: `pre-xfer exec` and
26312631
`post-xfer exec`. These allow a command to be specified on a per-module
26322632
basis that will be run before and/or after a daemon-mode transfer. (See the
2633-
man page for a list of the environment variables that are set with
2633+
manpage for a list of the environment variables that are set with
26342634
information about the transfer.)
26352635

26362636
- When using the `--relative` option, you can now insert a dot dir in the
@@ -2998,7 +2998,7 @@
29982998
usually run with the `--no-detach` option that was necessary to see the
29992999
error on stderr).
30003000

3001-
- The man pages now consistently refer to an rsync daemon as a `daemon`
3001+
- The manpages now consistently refer to an rsync daemon as a `daemon`
30023002
instead of a `server` (to distinguish it from the server process in a
30033003
non-daemon transfer).
30043004

@@ -3565,12 +3565,12 @@
35653565
without using a temporary file. The matching of existing data in the
35663566
destination file can be severely limited by this, but there are also cases
35673567
where this is more efficient (such as appending data). Use only when needed
3568-
(see the man page for more details).
3568+
(see the manpage for more details).
35693569

35703570
- Added the `write only` option for the daemon's config file.
35713571

35723572
- Added long-option names for `-4` and `-6` (namely `--ipv4` and `--ipv6`) and
3573-
documented all these options in the man page.
3573+
documented all these options in the manpage.
35743574

35753575
- Improved the handling of the `--bwlimit` option so that it's less bursty,
35763576
more accurate, and works properly over a larger range of values.
@@ -3645,7 +3645,7 @@
36453645
### BUILD CHANGES:
36463646

36473647
- Added a `gen` target to rebuild most of the generated files, including
3648-
configure, config.h.in, the man pages, and proto.h.
3648+
configure, config.h.in, the manpages, and proto.h.
36493649

36503650
- If `make proto` doesn't find some changes in the prototypes, the proto.h
36513651
file is left untouched (its time-stamp used to always be updated).
@@ -4243,7 +4243,7 @@
42434243
- Added `--no-whole-file` and `--no-blocking-io` options (Dave Dykstra)
42444244

42454245
- Made the `--write-batch` and `--read-batch` options actually work and added
4246-
documentation in the man page (Jos Backus)
4246+
documentation in the manpage (Jos Backus)
42474247

42484248
- If the daemon is unable to fork a child to accept a connection, print an
42494249
error message. (Colin Walters)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ RSYNC DAEMONS
6565
-------------
6666

6767
Rsync can also talk to "rsync daemons" which can provide anonymous or
68-
authenticated rsync. See the rsyncd.conf(5) man page for details on how
69-
to setup an rsync daemon. See the rsync(1) man page for info on how to
68+
authenticated rsync. See the rsyncd.conf(5) manpage for details on how
69+
to setup an rsync daemon. See the rsync(1) manpage for info on how to
7070
connect to an rsync daemon.
7171

7272

compat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ void setup_protocol(int f_out,int f_in)
604604
if (remote_protocol < MIN_PROTOCOL_VERSION
605605
|| remote_protocol > MAX_PROTOCOL_VERSION) {
606606
rprintf(FERROR,"protocol version mismatch -- is your shell clean?\n");
607-
rprintf(FERROR,"(see the rsync man page for an explanation)\n");
607+
rprintf(FERROR,"(see the rsync manpage for an explanation)\n");
608608
exit_cleanup(RERR_PROTOCOL);
609609
}
610610
if (remote_protocol < OLD_PROTOCOL_VERSION) {

configure.ac

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if test x"$enable_profile" = x"yes"; then
8383
CFLAGS="$CFLAGS -pg"
8484
fi
8585

86-
AC_MSG_CHECKING([if md2man can create man pages])
86+
AC_MSG_CHECKING([if md2man can create manpages])
8787
if test x"$ac_cv_path_PYTHON3" = x; then
8888
AC_MSG_RESULT(no - python3 not found)
8989
md2man_works=no
@@ -101,15 +101,15 @@ fi
101101

102102
AC_MSG_CHECKING([if we require man-page building])
103103
AC_ARG_ENABLE([md2man],
104-
AS_HELP_STRING([--disable-md2man],[disable to omit man page creation]))
104+
AS_HELP_STRING([--disable-md2man],[disable to omit manpage creation]))
105105
if test x"$enable_md2man" != x"no"; then
106106
if test -f "$srcdir/rsync.1"; then
107107
AC_MSG_RESULT(optional)
108108
else
109109
AC_MSG_RESULT(required)
110110
if test x"$md2man_works" = x"no"; then
111111
err_msg="$err_msg$nl- You need python3 and either the cmarkgfm OR commonmark python3 lib in order"
112-
err_msg="$err_msg$nl to build man pages based on the git source (man pages are included in the"
112+
err_msg="$err_msg$nl to build manpages based on the git source (manpages are included in the"
113113
err_msg="$err_msg$nl official release tar files)."
114114
no_lib="$no_lib md2man"
115115
fi
@@ -136,7 +136,7 @@ if test x"$GCC" = x"yes"; then
136136
fi
137137

138138
AC_ARG_WITH(rrsync,
139-
AS_HELP_STRING([--with-rrsync],[also install the rrsync script and its man page]))
139+
AS_HELP_STRING([--with-rrsync],[also install the rrsync script and its manpage]))
140140
if test x"$with_rrsync" != x"yes"; then
141141
with_rrsync=no
142142
else
@@ -563,7 +563,7 @@ if test x"$no_lib" != x; then
563563
echo "$err_msg"
564564
echo ""
565565
echo "See the INSTALL file for hints on how to install the missing libraries and/or"
566-
echo "how to generate (or fetch) man pages:"
566+
echo "how to generate (or fetch) manpages:"
567567
echo " https://github.com/WayneD/rsync/blob/master/INSTALL.md"
568568
echo ""
569569
echo "To disable one or more features, the relevant configure options are:"

md-convert

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def parse_md_file(mdfn):
148148
fi = argparse.Namespace(**fi.groupdict())
149149
fi.want_manpage = not not fi.sect
150150
if fi.want_manpage:
151-
fi.title = fi.prog + '(' + fi.sect + ') man page'
151+
fi.title = fi.prog + '(' + fi.sect + ') manpage'
152152
else:
153153
fi.title = fi.prog + ' for rsync'
154154

@@ -350,7 +350,7 @@ class TransformHtml(HTMLParser):
350350
st.txt += BOLD_FONT[0]
351351
elif tag == 'em' or tag == 'i':
352352
if st.want_manpage:
353-
tag = 'u' # Change it into underline to be more like the man page
353+
tag = 'u' # Change it into underline to be more like the manpage
354354
st.txt += UNDR_FONT[0]
355355
elif tag == 'ol':
356356
start = 1
@@ -456,7 +456,7 @@ class TransformHtml(HTMLParser):
456456
add_to_txt = NORM_FONT[0]
457457
elif tag == 'em' or tag == 'i':
458458
if st.want_manpage:
459-
tag = 'u' # Change it into underline to be more like the man page
459+
tag = 'u' # Change it into underline to be more like the manpage
460460
add_to_txt = NORM_FONT[0]
461461
elif tag == 'ol' or tag == 'ul':
462462
if st.list_state.pop() == 'dl':

prepare-source

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# build build the config files [the default w/no arg]
88
# fetch fetch the latest dev autoconfig files
9-
# fetchgen fetch all the latest dev generated files (including man pages)
9+
# fetchgen fetch all the latest dev generated files (including manpages)
1010
# fetchSRC fetch the latest dev source files [NON-GENERATED FILES]
1111
#
1212
# The script stops after the first successful action.

rsync-ssl.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rsync-ssl - a helper script for connecting to an ssl rsync daemon
88
rsync-ssl [--type=SSL_TYPE] RSYNC_ARGS
99
```
1010

11-
The online version of this man page (that includes cross-linking of topics)
11+
The online version of this manpage (that includes cross-linking of topics)
1212
is available at <https://download.samba.org/pub/rsync/rsync-ssl.1>.
1313

1414
## DESCRIPTION
@@ -117,7 +117,7 @@ Please report bugs! See the web site at <https://rsync.samba.org/>.
117117

118118
## VERSION
119119

120-
This man page is current for version @VERSION@ of rsync.
120+
This manpage is current for version @VERSION@ of rsync.
121121

122122
## CREDITS
123123

0 commit comments

Comments
 (0)