diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 11:53:56 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 11:53:56 +0000 |
commit | f5558a2c81394fbddd25d59efa1c36d1e4c4e0e0 (patch) | |
tree | c23144785810bbeda4c01b8a385873bfa83c8032 /usr.bin/chflags | |
parent | 8e68b36a929e0ad1721fd7f9eee6d57ade5db145 (diff) |
correct use of .Nm; some other formatting nits
Diffstat (limited to 'usr.bin/chflags')
-rw-r--r-- | usr.bin/chflags/chflags.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index d5e3911362c..359a2db20e8 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.4 1998/09/23 04:32:36 aaron Exp $ +.\" $OpenBSD: chflags.1,v 1.5 1999/07/04 11:53:51 aaron Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -53,7 +53,7 @@ .Ar file Op Ar ... .Sh DESCRIPTION The -.Nm chflags +.Nm utility modifies the file flags of the listed files as specified by the .Ar flags @@ -104,7 +104,7 @@ Symbolic links do not have flags, so unless the or .Fl L option is set, -.Nm chflags +.Nm on a symbolic link always succeeds and has no effect. The .Fl H , @@ -120,7 +120,7 @@ command's actions are determined by the last one specified. You can use "ls -lo" to see the flags of existing files. .Pp The -.Nm chflags +.Nm utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr ls 1 , |