From 89bdabd46d7958eb6692b9637e877fc1ea4a2686 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sun, 30 Apr 2023 15:08:48 -0700
Subject: [PATCH] More pot file updates on linux.

---
 src/i18n/locale/cmucl-unix.pot | 8 ++++++++
 src/i18n/locale/cmucl.pot      | 9 ---------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/i18n/locale/cmucl-unix.pot b/src/i18n/locale/cmucl-unix.pot
index 679a4937e..51ae6d792 100644
--- a/src/i18n/locale/cmucl-unix.pot
+++ b/src/i18n/locale/cmucl-unix.pot
@@ -1356,6 +1356,14 @@ msgid ""
 "found."
 msgstr ""
 
+#: src/code/unix.lisp
+msgid ""
+"Return a USER-INFO structure for the user identified by UID.  If\n"
+"  not found, NIL is returned with a second value indicating the cause\n"
+"  of the failure.  In particular, if the second value is 0 (or\n"
+"  ENONENT, ESRCH, EBADF, etc.), then the uid was not found."
+msgstr ""
+
 #: src/code/unix.lisp
 msgid ""
 "Unix-times returns information about the cpu time usage of the process\n"
diff --git a/src/i18n/locale/cmucl.pot b/src/i18n/locale/cmucl.pot
index 97a27dc4b..2441a2a02 100644
--- a/src/i18n/locale/cmucl.pot
+++ b/src/i18n/locale/cmucl.pot
@@ -9591,15 +9591,6 @@ msgid ""
 "   an otherwise undefined logical host."
 msgstr ""
 
-#: src/code/pathname.lisp
-msgid ""
-"When non-NIL, pathnames are on Darwin are normalized when created.\n"
-"  Otherwise, the pathnames are unchanged.\n"
-"\n"
-"  This must be NIL during bootstrapping because Unicode is not yet\n"
-"  available."
-msgstr ""
-
 #: src/code/pathname.lisp
 msgid "A path specification, either a string, file-stream or pathname."
 msgstr ""
-- 
GitLab