Follow-up Comment #21, bug #44768 (project groff):

Another post to attach the last two files.

Also Note: `ls -i' has the _possibility_ of falsely denying the user his/her
request if the file arguments are on different file systems but have the same
inode number. 

This is trivial on ZFS to demonstrate:

# mkfile 128M /tmp/mypool
# zpool create mypool /tmp/mypool
# zfs create mypool/fs1
# zfs create mypool/fs2
# touch /mypool/fs1/file
# touch /mypool/fs2/file
# ls -i /mypool/fs1/file
         8 /mypool/fs1/file
# ls -i /mypool/fs2/file
         8 /mypool/fs2/file
# zpool destroy mypool
# rm /tmp/mypool 


(file #33797, file #33798)
    _______________________________________________________

Additional Item Attachment:

File name: diff_-D_XXXXXXs-side-by-side   Size:0 KB
File name: sed.manual-page-selected       Size:1 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44768>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
bug-groff mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to