summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man1/time.12
-rw-r--r--man2/getxattr.23
-rw-r--r--man2/setxattr.23
-rw-r--r--man4/sk98lin.46
-rw-r--r--man7/string_copying.74
5 files changed, 7 insertions, 11 deletions
diff --git a/man1/time.1 b/man1/time.1
index ac4351f63..efb818cfd 100644
--- a/man1/time.1
+++ b/man1/time.1
@@ -8,7 +8,7 @@
.SH NAME
time \- time a simple command or give resource usage
.SH SYNOPSIS
-.B time \c
+.B time
.RI [ options ] " command " [ arguments... ]
.SH DESCRIPTION
The
diff --git a/man2/getxattr.2 b/man2/getxattr.2
index ab8342181..9af9915d5 100644
--- a/man2/getxattr.2
+++ b/man2/getxattr.2
@@ -22,8 +22,7 @@ Standard C library
.fi
.SH DESCRIPTION
Extended attributes are
-.IR name :\c
-.I value
+.IR name : value
pairs associated with inodes (files, directories, symbolic links, etc.).
They are extensions to the normal attributes which are associated
with all inodes in the system (i.e., the
diff --git a/man2/setxattr.2 b/man2/setxattr.2
index 43151ebd5..b31eafddc 100644
--- a/man2/setxattr.2
+++ b/man2/setxattr.2
@@ -22,8 +22,7 @@ Standard C library
.fi
.SH DESCRIPTION
Extended attributes are
-.IR name :\c
-.I value
+.IR name : value
pairs associated with inodes (files, directories, symbolic links, etc.).
They are extensions to the normal attributes which are associated
with all inodes in the system (i.e., the
diff --git a/man4/sk98lin.4 b/man4/sk98lin.4
index 51c6ad2f4..4d223a279 100644
--- a/man4/sk98lin.4
+++ b/man4/sk98lin.4
@@ -152,14 +152,12 @@ IEEE standards 802.1, 802.1q, and 802.3ad.
Those features are available only after installation of open source modules
which can be found on the Internet:
.PP
-.IR VLAN \c
-:
+.IR VLAN :
.UR http://www.candelatech.com\:/\[ti]greear\:/vlan.html
.UE
.br
.I Link
-.IR Aggregation \c
-:
+.IR Aggregation :
.UR http://www.st.rim.or.jp\:/\[ti]yumo
.UE
.PP
diff --git a/man7/string_copying.7 b/man7/string_copying.7
index da1fc6752..ab9199a68 100644
--- a/man7/string_copying.7
+++ b/man7/string_copying.7
@@ -317,12 +317,12 @@ List of functions:
.PD 0
.BR stpcpy (3)
.IP \[bu]
-.BR strcpy "(3), \c"
+.BR strcpy (3),
.BR strcat (3)
.IP \[bu]
.BR stpecpy (3)
.IP \[bu]
-.BR strlcpy "(3bsd), \c"
+.BR strlcpy (3bsd),
.BR strlcat (3bsd)
.PD
.PP