summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2002-07-15 08:58:16 +0000
committerkeramida <keramida@FreeBSD.org>2002-07-15 08:58:16 +0000
commitbc3255174693474c76866e1181360ab5ef03eb8d (patch)
treeaea3f6ac27d1c0cfe4c43e5f4213626bc1462dc4 /lib
parentf7cbdf51edb011fef430b898364091d9fb31b9ee (diff)
downloadFreeBSD-src-bc3255174693474c76866e1181360ab5ef03eb8d.zip
FreeBSD-src-bc3255174693474c76866e1181360ab5ef03eb8d.tar.gz
Fix whitespace in .Bd -literal display of S_IXXX constants.
Noticed by: jmallett
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/stat.230
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 58cdf2f5..ba60b54 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -177,21 +177,21 @@ The status information word
.Fa st_mode
has the following bits:
.Bd -literal
-#define S_IFMT 0170000 /* type of file */
-#define S_IFIFO 0010000 /* named pipe (fifo) */
-#define S_IFCHR 0020000 /* character special */
-#define S_IFDIR 0040000 /* directory */
-#define S_IFBLK 0060000 /* block special */
-#define S_IFREG 0100000 /* regular */
-#define S_IFLNK 0120000 /* symbolic link */
-#define S_IFSOCK 0140000 /* socket */
-#define S_IFWHT 0160000 /* whiteout */
-#define S_ISUID 0004000 /* set user id on execution */
-#define S_ISGID 0002000 /* set group id on execution */
-#define S_ISVTX 0001000 /* save swapped text even after use */
-#define S_IRUSR 0000400 /* read permission, owner */
-#define S_IWUSR 0000200 /* write permission, owner */
-#define S_IXUSR 0000100 /* execute/search permission, owner */
+#define S_IFMT 0170000 /* type of file */
+#define S_IFIFO 0010000 /* named pipe (fifo) */
+#define S_IFCHR 0020000 /* character special */
+#define S_IFDIR 0040000 /* directory */
+#define S_IFBLK 0060000 /* block special */
+#define S_IFREG 0100000 /* regular */
+#define S_IFLNK 0120000 /* symbolic link */
+#define S_IFSOCK 0140000 /* socket */
+#define S_IFWHT 0160000 /* whiteout */
+#define S_ISUID 0004000 /* set user id on execution */
+#define S_ISGID 0002000 /* set group id on execution */
+#define S_ISVTX 0001000 /* save swapped text even after use */
+#define S_IRUSR 0000400 /* read permission, owner */
+#define S_IWUSR 0000200 /* write permission, owner */
+#define S_IXUSR 0000100 /* execute/search permission, owner */
.Ed
.Pp
For a list of access modes, see
OpenPOWER on IntegriCloud