]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: fix two misencodings in comments
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 26 Jan 2013 16:42:41 +0000 (17:42 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Feb 2013 10:15:05 +0000 (11:15 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
libmount/src/utils.c
login-utils/setpwnam.c

index fbfa89a4c6d6c03e0b5ef5eba74d77a91e0efb76..1c37062e62e6abf26d5acb5d2389b2ee98824b39 100644 (file)
@@ -488,7 +488,7 @@ static int get_filesystems(const char *filename, char ***filesystems, const char
  * exist, /proc/filesystems. All of the filesystem  types  listed  there  will
  * be tried,  except  for  those  that  are  labeled  "nodev"  (e.g.,  devpts,
  * proc  and  nfs).  If /etc/filesystems ends in a line with a single * only,
- * mount will read /proc/filesystems after‐ wards.
+ * mount will read /proc/filesystems afterwards.
  */
 int mnt_get_filesystems(char ***filesystems, const char *pattern)
 {
index 23aef532dd13147019778854018a17d4993a34a9..79f3299d45192ba98ee5024469c2d26be9313078 100644 (file)
@@ -9,8 +9,8 @@
  *
  *  Edited 11/10/96 (DD/MM/YY ;-) by Nicolai Langfeldt (janl@math.uio.no)
  *  to read /etc/passwd directly so that passwd, chsh and chfn can work on
- *  machines that run NIS (né YP).  Changes will not be made to usernames
- *  starting with +.
+ *  machines that run NIS (previously YP).  Changes will not be made to
+ *  usernames starting with +.
  *
  *  This file is distributed with no warranty.
  *