aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/updwtmp.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-01-15 20:41:01 +0100
committerAlejandro Colomar <alx@kernel.org>2025-05-09 10:32:29 +0200
commita239bc4520d6cb8b4d217510c22eddd7c3fd5d10 (patch)
treeb42794de000d8fd51495328c5279b124fda6d398 /man/man3/updwtmp.3
parenta7ad333a2e953f6f427d17d240044cefc6e39177 (diff)
downloadman-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.34
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