diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-01-15 20:41:01 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-05-09 10:32:29 +0200 |
| commit | a239bc4520d6cb8b4d217510c22eddd7c3fd5d10 (patch) | |
| tree | b42794de000d8fd51495328c5279b124fda6d398 /man/man3/updwtmp.3 | |
| parent | a7ad333a2e953f6f427d17d240044cefc6e39177 (diff) | |
| download | man-pages-a239bc4520d6cb8b4d217510c22eddd7c3fd5d10.tar.gz | |
man/: Consistently use 'path' for parameters referring to pathnames
And use 'pathname' in the descriptions.
'pathname' is the POSIXly correct term, and 'path' is a reasonable
abbreviation for it in parameter names.
Cc: "G. Branden Robinson" <branden@debian.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/updwtmp.3')
| -rw-r--r-- | man/man3/updwtmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/updwtmp.3 b/man/man3/updwtmp.3 index 38099ba1fe..08ad76f0be 100644 --- a/man/man3/updwtmp.3 +++ b/man/man3/updwtmp.3 @@ -13,7 +13,7 @@ System utilities library .nf .B #include <utmp.h> .P -.BI "void updwtmp(const char *" wtmp_file ", const struct utmp *" ut ); +.BI "void updwtmp(const char *" wtmp_path ", const struct utmp *" ut ); .BI "void logwtmp(const char *" line ", const char *" name \ ", const char *" host ); .fi @@ -58,7 +58,7 @@ glibc provides (since glibc 2.1): .EX .BR "#define _GNU_SOURCE " "/* See feature_test_macros(7) */" .B #include <utmpx.h> -.BI "void updwtmpx (const char *" wtmpx_file ", const struct utmpx *" utx ); +.BI "void updwtmpx (const char *" wtmpx_path ", const struct utmpx *" utx ); .EE .in .P |
